Searched refs:last_cntrs (Results 1 – 2 of 2) sorted by relevance
535 uint32_t current_cntrs[ARRAY_SIZE(gpu->last_cntrs)]; in update_hw_cntrs()544 cntrs[i] = current_cntrs[i] - gpu->last_cntrs[i]; in update_hw_cntrs()548 gpu->last_cntrs[i] = current_cntrs[i]; in update_hw_cntrs()839 if (WARN_ON(gpu->num_perfcntrs > ARRAY_SIZE(gpu->last_cntrs))) in msm_gpu_init()840 gpu->num_perfcntrs = ARRAY_SIZE(gpu->last_cntrs); in msm_gpu_init()
166 uint32_t last_cntrs[5]; /* hw counters */ member