Searched refs:perfcntrs (Results 1 – 4 of 4) sorted by relevance
278 struct msm_perfcntr_state *perfcntrs; member375 (gpu->perfcntrs && READ_ONCE(gpu->perfcntrs->stream)); in msm_gpu_sysprof_no_perfcntr_zap()
1020 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()
182 $(headergen-opts) --rnn $(src)/registers --xml $(filter %.xml,$^) perfcntrs --json $< > $@
2517 gpu->perfcntrs->groups[group_idx]; in a6xx_perfcntr_configure()