commit | c864279de620a6e211b8a197dbdf9e3e1e2b60ab | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Apr 30 18:39:27 2014 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Apr 30 18:44:48 2014 +0100 |
tree | 818105bcc01e0713cded97034fded0e4bd9c0356 | |
parent | bff7ecde7bf3757e11ab4559212564e3f4919b89 [diff] |
overlay: Parse /proc/interrupts in lieu of debugfs/i915_gem_interrupt So the interrupt counter was removed from i915_gem_interrupt, and if we do not have the perf API available, we therefore need to read it from /proc/interrupts instead. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>