drm/vc4: Expose performance counters to userspace
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 12 Jan 2018 09:09:26 +0000 (10:09 +0100)
committerEric Anholt <eric@anholt.net>
Sat, 10 Feb 2018 22:23:26 +0000 (22:23 +0000)
commit65101d8c9108201118efa7e08f4e2c57f438deb9
tree3b2097206a11dcf36622a1c64fd5fee5d3dee15e
parent9c950e468cb5913d223282a05e6cd22fecce5ac8
drm/vc4: Expose performance counters to userspace

The V3D engine has various hardware counters which might be interesting
to userspace performance analysis tools.

Expose new ioctls to create/destroy a performance monitor object and
query the counter values of this perfmance monitor.

Note that a perfomance monitor is given an ID that is only valid on the
file descriptor it has been allocated from. A performance monitor can be
attached to a CL submission and the driver will enable HW counters for
this request and update the performance monitor values at the end of the
job.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_gem.c
drivers/gpu/drm/vc4/vc4_irq.c
drivers/gpu/drm/vc4/vc4_perfmon.c [new file with mode: 0644]
drivers/gpu/drm/vc4/vc4_regs.h
drivers/gpu/drm/vc4/vc4_v3d.c
include/uapi/drm/vc4_drm.h