Searched refs:num_perfcntrs (Results 1 – 6 of 6) sorted by relevance
668 int i, n = min(ncntrs, gpu->num_perfcntrs); in update_hw_cntrs()671 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()679 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()970 if (WARN_ON(gpu->num_perfcntrs > ARRAY_SIZE(gpu->last_cntrs))) in msm_gpu_init()971 gpu->num_perfcntrs = ARRAY_SIZE(gpu->last_cntrs); in msm_gpu_init()
72 for (i = 0; i < gpu->num_perfcntrs; i++) { in refill_buf()
191 uint32_t num_perfcntrs; member
270 for (i = 0; i < gpu->num_perfcntrs; i++) { in a3xx_hw_init()568 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
540 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
681 gpu->num_perfcntrs = 0; in a4xx_gpu_init()
Completed in 13 milliseconds