mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 07:10:05 +01:00
EDID 1.4: First detailed mode is always preferred.
... so act like it in the modelist generator, not just the parser.
This commit is contained in:
parent
9dbb73033a
commit
312b30cb03
1 changed files with 2 additions and 0 deletions
|
|
@ -534,6 +534,8 @@ xf86DDCGetModes(int scrnIndex, xf86MonPtr DDC)
|
|||
quirks = xf86DDCDetectQuirks(scrnIndex, DDC, TRUE);
|
||||
|
||||
preferred = PREFERRED_TIMING_MODE(DDC->features.msc);
|
||||
if (DDC->ver.revision >= 4)
|
||||
preferred = TRUE;
|
||||
if (quirks & DDC_QUIRK_FIRST_DETAILED_PREFERRED)
|
||||
preferred = TRUE;
|
||||
if (quirks & (DDC_QUIRK_PREFER_LARGE_60 | DDC_QUIRK_PREFER_LARGE_75))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue