drm/i915: Add support for interlaced display.
authorKrzysztof Halasa <khc@pm.waw.pl>
Tue, 25 May 2010 16:41:46 +0000 (18:41 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 26 May 2010 20:51:01 +0000 (13:51 -0700)
This doesn't change the clock limits (minimums), i.e. it won't make it
output 720x576 PAL nor 720x480 NTSC, but it will work with modes like
1080i etc. (including GLX and textured Xvideo, not sure about the
overlay).

Tested on i915 + analog VGA, it would be worth checking if newer chips
(and which ones) still support interlaced mode.

Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Eric Anholt <eric@anholt.net>

No differences found