Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da3xx_gpu.c208 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in a3xx_hw_init()
454 static const struct msm_gpu_perfcntr perfcntrs[] = { variable
485 gpu->perfcntrs = perfcntrs; in a3xx_gpu_init()
486 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
Da2xx_gpu.c435 static const struct msm_gpu_perfcntr perfcntrs[] = { variable
463 gpu->perfcntrs = perfcntrs; in a2xx_gpu_init()
464 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
Da4xx_gpu.c569 gpu->perfcntrs = NULL; in a4xx_gpu_init()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_perf.c73 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in refill_buf()
Dmsm_gpu.h84 const struct msm_gpu_perfcntr *perfcntrs; member
Dmsm_gpu.c561 current_cntrs[i] = gpu_read(gpu, gpu->perfcntrs[i].sample_reg); in update_hw_cntrs()