intel_extreme build fix
This commit is contained in:
@@ -257,9 +257,9 @@ get_lvds_mode_from_bios(display_mode* sharedInfo)
|
|||||||
(vbios.memory + bdbOffset
|
(vbios.memory + bdbOffset
|
||||||
+ lvds2->panels[panelType].lfp_info_offset);
|
+ lvds2->panels[panelType].lfp_info_offset);
|
||||||
/* check terminator */
|
/* check terminator */
|
||||||
if (*terminator != 0xffff) {
|
if (lvds2_lfp_info->terminator != 0xffff) {
|
||||||
TRACE((DEVICE_NAME ": Incorrect LFP info terminator %x %x\n",
|
TRACE((DEVICE_NAME ": Incorrect LFP info terminator %x\n",
|
||||||
lvds2_lfp_info->terminator, *terminator));
|
lvds2_lfp_info->terminator));
|
||||||
#if 0
|
#if 0
|
||||||
// FIXME the terminator is not present on my SandyBridge
|
// FIXME the terminator is not present on my SandyBridge
|
||||||
// laptop, but the video mode is still correct. Maybe the
|
// laptop, but the video mode is still correct. Maybe the
|
||||||
|
|||||||
Reference in New Issue
Block a user