From: Adam Jackson Date: Mon, 29 Mar 2010 21:43:28 +0000 (+0000) Subject: drm/edid: Fix the HDTV hack. X-Git-Tag: v2.6.35-rc1~451^2~89^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0910c8e37c3bede089e9f9dee63a7eaf9601a43;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed