<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ilk] IPS frequently downclocks the GPU when playing quakelive"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90137#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ilk] IPS frequently downclocks the GPU when playing quakelive"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90137">bug 90137</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>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!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>