drm/edid: Rewrite mode parse to use the generic detailed block walk
authorAdam Jackson <ajax@redhat.com>
Tue, 3 Aug 2010 18:38:19 +0000 (14:38 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 10 Aug 2010 00:46:59 +0000 (10:46 +1000)
commit139315796778a6d5f67c644e2ff470ddc69efb7b
treef901f20f48429300ba9c8afec9c6a41430f000a5
parentcbba98f8f651a763fe9fd167efa65cd7b1fa22d9
drm/edid: Rewrite mode parse to use the generic detailed block walk

This brings us in line with the EDID spec recommendation for mode
priority sorting.  We still don't extract all the modes we could from
VTB, but VTB is so rare in the wild that I'm not really concerned.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c