Home
last modified time | relevance | path

Searched refs:active_submits (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/adreno/
H A Da8xx_gpu.c885 int active_submits; in a8xx_recover() local
905 active_submits = gpu->active_submits; in a8xx_recover()
911 gpu->active_submits = 0; in a8xx_recover()
918 if (active_submits) in a8xx_recover()
931 if (active_submits) in a8xx_recover()
936 gpu->active_submits = active_submits; in a8xx_recover()
H A Dadreno_device.c323 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
372 gpu->active_submits == 0, in adreno_system_suspend()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.h211 int active_submits; member