Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c271 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in a3xx_hw_init()
511 static const struct msm_gpu_perfcntr perfcntrs[] = { variable
545 gpu->perfcntrs = perfcntrs; in a3xx_gpu_init()
546 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
H A Da2xx_gpu.c492 static const struct msm_gpu_perfcntr perfcntrs[] = { variable
521 gpu->perfcntrs = perfcntrs; in a2xx_gpu_init()
522 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
/linux/drivers/gpu/drm/msm/
H A Dmsm_perf.c73 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in refill_buf()
H A Dmsm_gpu.h180 const struct msm_gpu_perfcntr *perfcntrs; member