Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_gpu.c533 uint32_t current_cntrs[ARRAY_SIZE(gpu->last_cntrs)]; in update_hw_cntrs() local
538 current_cntrs[i] = gpu_read(gpu, gpu->perfcntrs[i].sample_reg); in update_hw_cntrs()
542 cntrs[i] = current_cntrs[i] - gpu->last_cntrs[i]; in update_hw_cntrs()
546 gpu->last_cntrs[i] = current_cntrs[i]; in update_hw_cntrs()