drm/edid: Fix DMT 1024x768@43Hz (interlaced) timings
authorPaul Parsons <lost.distance@yahoo.com>
Mon, 4 Apr 2016 19:36:34 +0000 (20:36 +0100)
committerJani Nikula <jani.nikula@intel.com>
Tue, 5 Apr 2016 09:49:31 +0000 (12:49 +0300)
commit735b100f6d84b60da68e81e0bcb953d2021e0aa8
tree598022ebd66bf0edaf3bd4d3d91b19c2c34effa2
parentf3a32d74ef733e1ed1a0b804c17ec27081e0ff37
drm/edid: Fix DMT 1024x768@43Hz (interlaced) timings

One of the VESA DMT timings in drm_dmt_modes[] is slightly off.
1024x768@43Hz (interlaced) vsync_end should be 776, not 772.
This brings it into line with the identical timings in edid_est_modes[].

Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20160404193639.8631D6E66B@gabe.freedesktop.org
drivers/gpu/drm/drm_edid.c