Chris Wilson 6233cac9c9 overlay: Couple wait begin/end events together to fix accounting
Since the events may be processed out of order (due to per-cpu
ringbuffers) we need to be careful to associated wait pairs in order to
compute the correct elapsed time.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2013-08-17 22:22:21 +01:00
..
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 21:14:10 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +01:00
2013-08-17 11:21:51 +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.