Hello, This series makes use of the VC4 perfmon ioctls to expose HW perf counters through the GL_AMD_performance_monitor interface.
This patches depends on their kernel counterparts and should not be applied until the kernel patches have reached the drm tree. Regards, Boris Boris Brezillon (3): drm-uapi: Update vc4 header with CL chunks and perfmon related definitions broadcom/vc4: Add support for extended CL submission broadcom/vc4: Add support for HW perfmon include/drm-uapi/vc4_drm.h | 156 +++++++++++++++++++++++++-- src/gallium/drivers/vc4/vc4_context.h | 13 +++ src/gallium/drivers/vc4/vc4_job.c | 30 +++++- src/gallium/drivers/vc4/vc4_query.c | 197 ++++++++++++++++++++++++++++++++-- src/gallium/drivers/vc4/vc4_screen.c | 9 ++ src/gallium/drivers/vc4/vc4_screen.h | 2 + 6 files changed, 384 insertions(+), 23 deletions(-) -- 2.11.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev