[Bug 74964] [BYT]I-G-T/testdisplay && 1920x1080i showing half screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 20 13:11:12 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=74964

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #7 from Chris Wilson <chris at chris-wilson.co.uk> ---
A quick test would be to try:

diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index d5eafd1..d58966a 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -5333,7 +5333,7 @@ static void i9xx_set_pipeconf(struct intel_crtc
*intel_crtc)

        if (!IS_GEN2(dev) &&
            intel_crtc->config.adjusted_mode.flags & DRM_MODE_FLAG_INTERLACE)
-               pipeconf |= PIPECONF_INTERLACE_W_FIELD_INDICATION;
+               pipeconf |= PIPECONF_INTERLACE_W_SYNC_SHIFT_PANEL;
        else
                pipeconf |= PIPECONF_PROGRESSIVE;


(This is likely to regress HDMI though and !BYT - but we should also see a
similar bug on gm45.)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140220/1612eb45/attachment.html>


More information about the intel-gfx-bugs mailing list