Searched refs:perfcntrs (Results 1 – 6 of 6) sorted by relevance
258 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in a3xx_hw_init()508 static const struct msm_gpu_perfcntr perfcntrs[] = { variable541 gpu->perfcntrs = perfcntrs; in a3xx_gpu_init()542 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
493 static const struct msm_gpu_perfcntr perfcntrs[] = { variable521 gpu->perfcntrs = perfcntrs; in a2xx_gpu_init()522 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
669 gpu->perfcntrs = NULL; in a4xx_gpu_init()
73 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in refill_buf()
176 const struct msm_gpu_perfcntr *perfcntrs; member
558 current_cntrs[i] = gpu_read(gpu, gpu->perfcntrs[i].sample_reg); in update_hw_cntrs()