[PATCH] intel-dri: Fix initialization if startup happens in interlaced mode [v2]

2011-11-14 Thread Christian Schmidt
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

[PATCH] intel-dri: Fix initialization if startup happens in interlaced mode [v2]

2011-11-14 Thread Chris Wilson
On Mon, 14 Nov 2011 12:21:35 +0100, Christian Schmidt wrote: > 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

Re: [PATCH] intel-dri: Fix initialization if startup happens in interlaced mode [v2]

2011-11-14 Thread Chris Wilson
On Mon, 14 Nov 2011 12:21:35 +0100, Christian Schmidt schm...@digadd.de wrote: My EFI BIOS starts the graphics card up in my projector's preferred EDID mode, 1080@60i. The Intel driver does not clear the interlaced bit: #define PIPECONF_PROGRESSIVE (0 21) #define

[PATCH] intel-dri: Fix initialization if startup happens in interlaced mode [v2]

2011-11-14 Thread Christian Schmidt
My EFI BIOS starts the graphics card up in my projector's preferred EDID mode, 1080@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