drm/edid: Add DMT modes with ID > 0x50
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 2 Apr 2015 14:02:11 +0000 (17:02 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 7 May 2015 09:02:21 +0000 (11:02 +0200)
DMT Version 1.0, Rev. 13 lists a bunch of new modes we don't currently
have in our dmt mode table. So add them.

The order may look a bit weird since it's not sorted based on the DMT
ID, but this is the order they appear in the standard. I suppose they
are ordered by the resolution, pixel clock, or some such factor. I
decided that it's perhaps best to keep the same order as the spec.

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

Simple merge