[PATCH] intel-dri: Fix initialization if startup happens in interlaced mode
Christian Schmidt
schmidt at digadd.de
Sun Nov 13 13:08:41 PST 2011
My EFI BIOS starts the graphics card up in my projector's preferred EDID
mode, 1080 at 60i. The Intel driver does not clear the interlaced bit:
#define PIPECONF_PROGRESSIVE (0 << 21)
#define PIPECONF_INTERLACE_W_FIELD_INDICATION (6 << 21)
#define PIPECONF_INTERLACE_FIELD_0_ONLY (7 << 21)
Likewise, I suppose that this bit is not set for interlaced modes
either, however interlaced modes are discarded anyway.
Signed-of-by: Charistian Schmidt <schmidt at digadd.de>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_startup_in_interlaced_mode.patch
Type: text/x-patch
Size: 626 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20111113/f1bfc0bf/attachment.bin>
More information about the dri-devel
mailing list