Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_gpu.c554 int i, n = min(ncntrs, gpu->num_perfcntrs); in update_hw_cntrs()
557 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()
565 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()
858 if (WARN_ON(gpu->num_perfcntrs > ARRAY_SIZE(gpu->last_cntrs))) in msm_gpu_init()
859 gpu->num_perfcntrs = ARRAY_SIZE(gpu->last_cntrs); in msm_gpu_init()
Dmsm_perf.c72 for (i = 0; i < gpu->num_perfcntrs; i++) { in refill_buf()
Dmsm_gpu.h177 uint32_t num_perfcntrs; member
/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c257 for (i = 0; i < gpu->num_perfcntrs; i++) { in a3xx_hw_init()
542 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
Da2xx_gpu.c522 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
Da4xx_gpu.c670 gpu->num_perfcntrs = 0; in a4xx_gpu_init()