[Bug 72782] [945GM bisected] screen blank on S3 resume on

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 17 10:24:55 PST 2013


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

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
Out of curiosity more than anything else, can you try

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 27300d6b583b..eb2fa4b89219 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -5548,6 +5548,8 @@ static void gen3_init_clock_gating(struct drm_device
*dev)
        if (IS_PINEVIEW(dev))
                I915_WRITE(ECOSKPD, _MASKED_BIT_ENABLE(ECO_GATING_CX_ONLY));

+       I915_WRITE(DSPCLK_GATE_D, I915_READ(DSPCLK_GATE_D) |
DPLUNIT_CLOCK_GATE_DISABLE);
+
        /* IIR "flip pending" means done if this bit is set */
        I915_WRITE(ECOSKPD, _MASKED_BIT_DISABLE(ECO_FLIP_DONE));
 }

and see if that cures the random lines?

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


More information about the intel-gfx-bugs mailing list