perfcntrs 435 drivers/gpu/drm/msm/adreno/a2xx_gpu.c static const struct msm_gpu_perfcntr perfcntrs[] = { perfcntrs 463 drivers/gpu/drm/msm/adreno/a2xx_gpu.c gpu->perfcntrs = perfcntrs; perfcntrs 464 drivers/gpu/drm/msm/adreno/a2xx_gpu.c gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); perfcntrs 208 drivers/gpu/drm/msm/adreno/a3xx_gpu.c const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; perfcntrs 454 drivers/gpu/drm/msm/adreno/a3xx_gpu.c static const struct msm_gpu_perfcntr perfcntrs[] = { perfcntrs 485 drivers/gpu/drm/msm/adreno/a3xx_gpu.c gpu->perfcntrs = perfcntrs; perfcntrs 486 drivers/gpu/drm/msm/adreno/a3xx_gpu.c gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); perfcntrs 569 drivers/gpu/drm/msm/adreno/a4xx_gpu.c gpu->perfcntrs = NULL; perfcntrs 562 drivers/gpu/drm/msm/msm_gpu.c current_cntrs[i] = gpu_read(gpu, gpu->perfcntrs[i].sample_reg); perfcntrs 84 drivers/gpu/drm/msm/msm_gpu.h const struct msm_gpu_perfcntr *perfcntrs; perfcntrs 73 drivers/gpu/drm/msm/msm_perf.c const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i];