last_cntrs        557 drivers/gpu/drm/msm/msm_gpu.c 	uint32_t current_cntrs[ARRAY_SIZE(gpu->last_cntrs)];
last_cntrs        566 drivers/gpu/drm/msm/msm_gpu.c 		cntrs[i] = current_cntrs[i] - gpu->last_cntrs[i];
last_cntrs        570 drivers/gpu/drm/msm/msm_gpu.c 		gpu->last_cntrs[i] = current_cntrs[i];
last_cntrs        859 drivers/gpu/drm/msm/msm_gpu.c 	if (WARN_ON(gpu->num_perfcntrs > ARRAY_SIZE(gpu->last_cntrs)))
last_cntrs        860 drivers/gpu/drm/msm/msm_gpu.c 		gpu->num_perfcntrs = ARRAY_SIZE(gpu->last_cntrs);
last_cntrs         83 drivers/gpu/drm/msm/msm_gpu.h 	uint32_t last_cntrs[5];            /* hw counters */