[Bug 110394] Skylake GPU HANG while gstreamer H264 vaapi encoding from MJPEG vaapi decode on drm-tip

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 12 06:09:40 UTC 2019


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

--- Comment #20 from Chris Wilson <chris at chris-wilson.co.uk> ---
So to test the earlier observation that it is rc6-related,

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 8e826a6ab62e..acce2574228b 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -8671,7 +8671,7 @@ static void intel_enable_rc6(struct drm_i915_private
*dev_priv)
        else if (INTEL_GEN(dev_priv) >= 11)
                gen11_enable_rc6(dev_priv);
        else if (INTEL_GEN(dev_priv) >= 9)
-               gen9_enable_rc6(dev_priv);
+               gen9_disable_rc6(dev_priv);
        else if (IS_BROADWELL(dev_priv))
                gen8_enable_rc6(dev_priv);
        else if (INTEL_GEN(dev_priv) >= 6)

-- 
You are receiving this mail because:
You are the assignee for the bug.
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/20190412/9dd9a5dc/attachment-0001.html>


More information about the intel-gfx-bugs mailing list