Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c259 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in a3xx_hw_init()
508 static const struct msm_gpu_perfcntr perfcntrs[] = { variable
539 gpu->perfcntrs = perfcntrs; in a3xx_gpu_init()
540 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a3xx_gpu_init()
H A Da2xx_gpu.c493 static const struct msm_gpu_perfcntr perfcntrs[] = { variable
521 gpu->perfcntrs = perfcntrs; in a2xx_gpu_init()
522 gpu->num_perfcntrs = ARRAY_SIZE(perfcntrs); in a2xx_gpu_init()
H A Da4xx_gpu.c668 gpu->perfcntrs = NULL; in a4xx_gpu_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_perf.c73 const struct msm_gpu_perfcntr *perfcntr = &gpu->perfcntrs[i]; in refill_buf()
H A Dmsm_gpu.h91 const struct msm_gpu_perfcntr *perfcntrs; member
H A Dmsm_gpu.c587 current_cntrs[i] = gpu_read(gpu, gpu->perfcntrs[i].sample_reg); in update_hw_cntrs()