summaryrefslogtreecommitdiff
path: root/lib/igt_v3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_v3d.h')
-rw-r--r--lib/igt_v3d.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/igt_v3d.h b/lib/igt_v3d.h
index 202c5e22c..2edb0f035 100644
--- a/lib/igt_v3d.h
+++ b/lib/igt_v3d.h
@@ -45,4 +45,8 @@ void *igt_v3d_mmap_bo(int fd, uint32_t handle, uint32_t size, unsigned prot);
void igt_v3d_bo_mmap(int fd, struct v3d_bo *bo);
+uint32_t igt_v3d_perfmon_create(int fd, uint32_t ncounters, uint8_t *counters);
+void igt_v3d_perfmon_get_values(int fd, uint32_t id);
+void igt_v3d_perfmon_destroy(int fd, uint32_t id);
+
#endif /* IGT_V3D_H */