Searched refs:num_perfcntrs (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu.c553 int i, n = min(ncntrs, gpu->num_perfcntrs);
556 for (i = 0; i < gpu->num_perfcntrs; i++)
564 for (i = 0; i < gpu->num_perfcntrs; i++)
853 if (WARN_ON(gpu->num_perfcntrs > ARRAY_SIZE(gpu->last_cntrs)))
854 gpu->num_perfcntrs = ARRAY_SIZE(gpu->last_cntrs);
H A Dmsm_perf.c72 for (i = 0; i < gpu->num_perfcntrs; i++) {
H A Dmsm_gpu.h184 uint32_t num_perfcntrs; member in struct:msm_gpu
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c264 for (i = 0; i < gpu->num_perfcntrs; i++) {
560 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs);
H A Da4xx_gpu.c681 gpu->num_perfcntrs = 0;
H A Da2xx_gpu.c541 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs);

Completed in 197 milliseconds