Home
last modified time | relevance | path

Searched refs:perfcntrs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.h278 struct msm_perfcntr_state *perfcntrs; member
375 (gpu->perfcntrs && READ_ONCE(gpu->perfcntrs->stream)); in msm_gpu_sysprof_no_perfcntr_zap()
H A Dmsm_gpu.c1020 gpu->perfcntrs = msm_perfcntr_init(gpu); in msm_gpu_init()
1021 if (IS_ERR(gpu->perfcntrs)) { in msm_gpu_init()
1022 ret = PTR_ERR(gpu->perfcntrs); in msm_gpu_init()
1023 gpu->perfcntrs = NULL; in msm_gpu_init()
H A DMakefile182 $(headergen-opts) --rnn $(src)/registers --xml $(filter %.xml,$^) perfcntrs --json $< > $@
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c2517 gpu->perfcntrs->groups[group_idx]; in a6xx_perfcntr_configure()