Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c421 if (msm_gpu_active(gpu)) { in recover_worker()
585 gpu->last_sample.active = msm_gpu_active(gpu); in update_sw_cntrs()
600 gpu->last_sample.active = msm_gpu_active(gpu); in msm_gpu_perfcntr_start()
H A Dmsm_gpu.h318 static inline bool msm_gpu_active(struct msm_gpu *gpu) in msm_gpu_active() function