Searched refs:msm_gpu_active (Results 1 – 2 of 2) sorted by relevance
230 if (!(msm_gpu_active(gpu) || gpu->inactive)) { in inactive_worker()298 if (msm_gpu_active(gpu)) { in recover_worker()395 gpu->last_sample.active = msm_gpu_active(gpu); in update_sw_cntrs()408 gpu->last_sample.active = msm_gpu_active(gpu); in msm_gpu_perfcntr_start()499 if (!msm_gpu_active(gpu)) in retire_worker()
129 static inline bool msm_gpu_active(struct msm_gpu *gpu) in msm_gpu_active() function