[PATCH] drm/edid: Fix EDID Established Timings I and II

2016-04-05 Thread Jani Nikula
On Mon, 04 Apr 2016, Ville Syrjälä wrote: > On Sat, Apr 02, 2016 at 11:08:06AM +0100, Paul Parsons wrote: >> Three of the VESA DMT timings in edid_est_modes[] are slightly off. >> 1. 640x480 at 72Hz vsync_end should be 492, not 491. >> 2. 640x480 at 60Hz clock should be 25175, not 25200. >> 3. 1

[PATCH] drm/edid: Fix EDID Established Timings I and II

2016-04-04 Thread Ville Syrjälä
On Sat, Apr 02, 2016 at 11:08:06AM +0100, Paul Parsons wrote: > Three of the VESA DMT timings in edid_est_modes[] are slightly off. > 1. 640x480 at 72Hz vsync_end should be 492, not 491. > 2. 640x480 at 60Hz clock should be 25175, not 25200. > 3. 1024x768 at 75Hz clock should be 78750, not 78800. >

[PATCH] drm/edid: Fix EDID Established Timings I and II

2016-04-02 Thread Paul Parsons
Three of the VESA DMT timings in edid_est_modes[] are slightly off. 1. 640x480 at 72Hz vsync_end should be 492, not 491. 2. 640x480 at 60Hz clock should be 25175, not 25200. 3. 1024x768 at 75Hz clock should be 78750, not 78800. This patch corrects those timings per the VESA DMT specification, and t