commit | 59df7b1771c150163e522f33c638096ab0efbf42 | [log] [tgz] |
---|---|---|
author | Christian Schmidt <schmidt@digadd.de> | Mon Dec 19 20:03:33 2011 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Tue Dec 20 09:51:23 2011 +0000 |
tree | 4109cb8f5934d87bf7f875a9f9f0cbb901d41c42 | |
parent | 4966b2a9351500cf36f424dfe7a683036fce5622 [diff] |
drm/intel: Fix initialization if startup happens in interlaced mode [v2] My EFI BIOS starts the graphics card up in my projector's preferred EDID mode, 1080@60i. The Intel driver does not clear all the interlaced bits. This patch introduces a new PIPECONF_INTERLACE_MASK define and uses it to restore progressive mode. Signed-of-by: Christian Schmidt <schmidt@digadd.de> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>