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

/linux-4.4.14/drivers/gpu/drm/msm/
H A Dmsm_gpu.c342 uint32_t current_cntrs[ARRAY_SIZE(gpu->last_cntrs)]; update_hw_cntrs() local
347 current_cntrs[i] = gpu_read(gpu, gpu->perfcntrs[i].sample_reg); update_hw_cntrs()
351 cntrs[i] = current_cntrs[i] - gpu->last_cntrs[i]; update_hw_cntrs()
355 gpu->last_cntrs[i] = current_cntrs[i]; update_hw_cntrs()

Completed in 33 milliseconds