[Bug 90137] [ilk] IPS frequently downclocks the GPU when playing quakelive

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 28 13:04:01 PDT 2015


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

--- Comment #7 from Chris Wilson <chris at chris-wilson.co.uk> ---
Ok, that says all you had were busy/idle calls and no interrupts. Or the
interrupt change requests were invalid.

In i915_irq.c, line 2050 we queue the RPS worker from the interrupt. That would
be a good place for the first printk to verifiy we get interrupts. The next
interesting function is ilk_compute_pm_iir() where we respond to the interrupt
and see which way to reclock the GPU.

Oh... 

gen6_pm_rps_work():
if (!dev_priv->rps.interrupts_enabled) return;

that'll explain the lack of reclocking!

-- 
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/20150428/f1a9e100/attachment.html>


More information about the intel-gfx-bugs mailing list