Chris Wilson c864279de6 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>
2014-04-30 18:44:48 +01:00
..
2013-08-17 11:21:51 +01:00
2013-08-20 21:39:27 +01:00
2013-08-27 12:31:13 +01:00
2013-08-29 13:33:58 +01:00
2013-08-20 21:39:27 +01:00
2013-08-17 11:21:51 +01:00
2013-08-20 21:39:27 +01:00
2013-08-20 21:39:27 +01:00
2013-08-27 12:31:13 +01:00
2013-08-27 15:23:10 +01:00
2013-08-27 12:31:13 +01:00
2013-08-27 12:31:13 +01:00
2013-08-27 15:23:10 +01:00
2013-08-27 15:23:10 +01:00
2013-08-17 11:21:51 +01:00

This is a simple overlay showing current GPU activity. An asynchronous
overlay is used, rendered by the CPU to avoid introducing any extra work
on the GPU that we wish to monitor.

The x11-overlay backend requires xf86-video-intel 2.21.15 or later, with
SNA enabled.

As it requires access to debug information, it needs to be run as root.