Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_gpu.c583 int i, n = min(ncntrs, gpu->num_perfcntrs); in update_hw_cntrs()
586 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()
594 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()
865 if (WARN_ON(gpu->num_perfcntrs > ARRAY_SIZE(gpu->last_cntrs))) in msm_gpu_init()
866 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.h92 uint32_t num_perfcntrs; member
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c258 for (i = 0; i < gpu->num_perfcntrs; i++) { in a3xx_hw_init()
540 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.c669 gpu->num_perfcntrs = 0; in a4xx_gpu_init()