Searched refs:update_hw_cntrs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 548 static int update_hw_cntrs(struct msm_gpu *gpu, uint32_t ncntrs, uint32_t *cntrs) in update_hw_cntrs() function 604 update_hw_cntrs(gpu, 0, NULL); in msm_gpu_perfcntr_start() 633 ret = update_hw_cntrs(gpu, ncntrs, cntrs); in msm_gpu_perfcntr_sample()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 580 static int update_hw_cntrs(struct msm_gpu *gpu, uint32_t ncntrs, uint32_t *cntrs) in update_hw_cntrs() function 636 update_hw_cntrs(gpu, 0, NULL); in msm_gpu_perfcntr_start() 665 ret = update_hw_cntrs(gpu, ncntrs, cntrs); in msm_gpu_perfcntr_sample()
|
Completed in 3 milliseconds