[Bug 93738] [byt] Bad powerwell for display reg read during interrupt handler (valleyview_pipestat_irq_handle)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 18 16:19:32 UTC 2016


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

--- Comment #1 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
Hmm. I wonder why were not getting this all the time. Or are we?

--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -1651,6 +1651,12 @@ static void valleyview_pipestat_irq_handler(struct
drm_device *dev, u32 iir)
        int pipe;

        spin_lock(&dev_priv->irq_lock);
+
+       if (!dev_priv->display_irqs_enabled) {
+               spin_unlock(&dev_priv->irq_lock);
+               return;
+       }
+
        for_each_pipe(dev_priv, pipe) {
                i915_reg_t reg;
                u32 mask, iir_bit = 0;

-- 
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: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160218/7acb9cc3/attachment.html>


More information about the intel-gfx-bugs mailing list