Searched refs:num_perfcntrs (Results 1 – 6 of 6) sorted by relevance
542 int i, n = min(ncntrs, gpu->num_perfcntrs); in update_hw_cntrs()545 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()553 for (i = 0; i < gpu->num_perfcntrs; i++) in update_hw_cntrs()833 if (WARN_ON(gpu->num_perfcntrs > ARRAY_SIZE(gpu->last_cntrs))) in msm_gpu_init()834 gpu->num_perfcntrs = ARRAY_SIZE(gpu->last_cntrs); in msm_gpu_init()
72 for (i = 0; i < gpu->num_perfcntrs; i++) { in refill_buf()
142 uint32_t num_perfcntrs; member
258 for (i = 0; i < gpu->num_perfcntrs; i++) { in a3xx_hw_init()542 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
522 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
671 gpu->num_perfcntrs = 0; in a4xx_gpu_init()
Completed in 16 milliseconds