]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - drivers/gpu/drm/drm_edid.c
drm/edid: Fix up DMT modes
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 2 Apr 2015 14:02:09 +0000 (17:02 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 7 May 2015 09:02:19 +0000 (11:02 +0200)
commitfcf22d0567ad6cea6d2e84f28bbfa8c73642e899
tree963ec9a74424bf515b7e444f9057ed6404b919ac
parentc0fe07aa50befe2e6e6525181e2080377a1c1494
drm/edid: Fix up DMT modes

Liu Lei noticed that our 1856x1392@75Hz DMT mode doesn't match the spec.
Fix that up, and also fix up a few other inconsistencies I discovered
by parsing the spec (DMT version 1.0, revision 13) and comparing the
results to our current DMT mode table.

Also clean up the indentation mess for the 1024x768i mode.

Cc: "liu,lei" <lei.a.liu@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_edid.c