mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
edid: Fix the HDTV sync pulse adjustment
Simple typo, should have been adjusting the horizontal timings
consistently since we're not trying to mangle vertical at all.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Patrick E. Kane <pekane52@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit b2f9ce201c)
This commit is contained in:
parent
a4452133ff
commit
2da9b72835
1 changed files with 2 additions and 2 deletions
|
|
@ -484,8 +484,8 @@ DDCModesFromStandardTiming(struct std_timings *timing, ddc_quirk_t quirks,
|
|||
(hsize == 1368 && vsize == 769))) {
|
||||
Mode = xf86CVTMode(1366, 768, 60, FALSE, FALSE);
|
||||
Mode->HDisplay = 1366;
|
||||
Mode->VSyncStart--;
|
||||
Mode->VSyncEnd--;
|
||||
Mode->HSyncStart--;
|
||||
Mode->HSyncEnd--;
|
||||
} else if (hsize && vsize && refresh) {
|
||||
Mode = FindDMTMode(hsize, vsize, refresh, rb);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue