intel_extreme accelerant: Cleanup VLV InGroup

This commit is contained in:
Alexander von Gluck IV
2015-10-26 00:19:34 -05:00
parent b3f14fb7c7
commit 9e631adad6
@@ -293,7 +293,7 @@ set_frame_buffer_base()
|| sharedInfo.device_type.InGroup(INTEL_TYPE_ILK)
|| sharedInfo.device_type.InGroup(INTEL_TYPE_SNB)
|| sharedInfo.device_type.InGroup(INTEL_TYPE_IVB)
|| gInfo->shared_info->device_type.InGroup(INTEL_TYPE_VLV)) {
|| sharedInfo.device_type.InGroup(INTEL_TYPE_VLV)) {
write32(baseRegister, mode.v_display_start * sharedInfo.bytes_per_row
+ mode.h_display_start * (sharedInfo.bits_per_pixel + 7) / 8);
read32(baseRegister);