intel_extreme build fix

This commit is contained in:
Adrien Destugues
2020-03-09 20:37:47 +01:00
parent 9775b1fb59
commit f16db28447
@@ -257,9 +257,9 @@ get_lvds_mode_from_bios(display_mode* sharedInfo)
(vbios.memory + bdbOffset
+ lvds2->panels[panelType].lfp_info_offset);
/* check terminator */
if (*terminator != 0xffff) {
TRACE((DEVICE_NAME ": Incorrect LFP info terminator %x %x\n",
lvds2_lfp_info->terminator, *terminator));
if (lvds2_lfp_info->terminator != 0xffff) {
TRACE((DEVICE_NAME ": Incorrect LFP info terminator %x\n",
lvds2_lfp_info->terminator));
#if 0
// FIXME the terminator is not present on my SandyBridge
// laptop, but the video mode is still correct. Maybe the