Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
A Dmsm_gpu.c668 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()
A Dmsm_perf.c72 for (i = 0; i < gpu->num_perfcntrs; i++) { in refill_buf()
A Dmsm_gpu.h191 uint32_t num_perfcntrs; member
/drivers/gpu/drm/msm/adreno/
A Da3xx_gpu.c270 for (i = 0; i < gpu->num_perfcntrs; i++) { in a3xx_hw_init()
568 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
A Da2xx_gpu.c540 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
A Da4xx_gpu.c681 gpu->num_perfcntrs = 0; in a4xx_gpu_init()

Completed in 13 milliseconds