Home
last modified time | relevance | path

Searched refs:drm_panfrost_perfcnt_dump (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/include/drm-uapi/
Dpanfrost_drm.h40 …RFCNT_DUMP DRM_IOW(DRM_COMMAND_BASE + DRM_PANFROST_PERFCNT_DUMP, struct drm_panfrost_perfcnt_dump)
203 struct drm_panfrost_perfcnt_dump { struct
/third_party/mesa3d/src/panfrost/perf/
Dpan_perf.c114 struct drm_panfrost_perfcnt_dump perfcnt_dump = {(uint64_t)(uintptr_t)perf->counter_values}; in panfrost_perf_dump()