projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fca60
)
drm/i915: fixup interlaced support on ilk+
author
Daniel Vetter
<
[email protected]
>
Sat, 28 Jan 2012 13:49:22 +0000
(14:49 +0100)
committer
Daniel Vetter
<
[email protected]
>
Fri, 10 Feb 2012 16:28:41 +0000
(17:28 +0100)
According to Paulo Zanoni, this is what windows does.
Reviewed-by: Paulo Zanoni <
[email protected]
>
Tested-by: Paulo Zanoni <
[email protected]
>
Tested-by: Alfonso Fiore <
[email protected]
>
Signed-Off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index dc765a60a7e7a2ec40f71627756f1ffe960a41a4..d588aec47904029f97b1717c1fe6b721e0068b3a 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_display.c
+++ b/
drivers/gpu/drm/i915/intel_display.c
@@
-5975,7
+5975,7
@@
static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
pipeconf &= ~PIPECONF_INTERLACE_MASK;
if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) {
- pipeconf |= PIPECONF_INTERLACE
_W_FIELD_INDICATION
;
+ pipeconf |= PIPECONF_INTERLACE
D_ILK
;
/* the chip adds 2 halflines automatically */
adjusted_mode->crtc_vtotal -= 1;
adjusted_mode->crtc_vblank_end -= 1;