[Mesa-dev] [PATCH 0/3] broadcom/v4: Expose VC4 HW perf counters

Boris Brezillon boris.brezillon at free-electrons.com
Thu Dec 7 15:52:04 UTC 2017


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



More information about the mesa-dev mailing list