]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/edid: Fix the HDTV hack.
authorAdam Jackson <ajax@redhat.com>
Mon, 29 Mar 2010 21:43:28 +0000 (21:43 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Apr 2010 00:40:23 +0000 (10:40 +1000)
commita0910c8e37c3bede089e9f9dee63a7eaf9601a43
tree1dd9881958d42631d951be41065567728b359b91
parentb17e52ef7e7961f02baec98872781386218558bc
drm/edid: Fix the HDTV hack.

Standard timings don't let you say 1366.  Both 1360 and 1368 have been
seen in the wild.  So invent a CVT timing for it.  CVT will round 1366 up
to 1368; we'll then manually underscan it.

Split this into two parts, since we need to do something sneaky between
them in the future.

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