[Bug 101111] [Regression BDW] backlight flickering/display artifacting on Broadwell integrated graphics with 4.12-rc1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 29 21:39:35 UTC 2017


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

--- Comment #48 from Radhakrishna Sripada <radhakrishna.sripada at intel.com> ---
Can you try and see if this patch fixes the issue?
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index d3e5fdf0d2fa..ef6e32573cab 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -5557,6 +5557,11 @@ void intel_edp_drrs_enable(struct intel_dp *intel_dp,
                return;
        }

+       if (dev_priv->psr.enabled == intel_dp) {
+               DRM_DEBUG_KMS("PSR active. Disabling DRRS.\n");
+               return;
+       }
+
        mutex_lock(&dev_priv->drrs.mutex);
        if (WARN_ON(dev_priv->drrs.dp)) {
                DRM_ERROR("DRRS already enabled\n");

-- 
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170829/2448550b/attachment-0001.html>


More information about the intel-gfx-bugs mailing list