Searched refs:active_submits (Results 1 – 4 of 4) sorted by relevance
1269 int i, active_submits; in a6xx_recover() local1299 active_submits = gpu->active_submits; in a6xx_recover()1305 gpu->active_submits = 0; in a6xx_recover()1308 if (active_submits) in a6xx_recover()1319 if (active_submits) in a6xx_recover()1324 gpu->active_submits = active_submits; in a6xx_recover()
641 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()688 gpu->active_submits == 0, in adreno_system_suspend()
667 gpu->active_submits--; in retire_submit()668 WARN_ON(gpu->active_submits < 0); in retire_submit()669 if (!gpu->active_submits) { in retire_submit()763 if (!gpu->active_submits) { in msm_gpu_submit()767 gpu->active_submits++; in msm_gpu_submit()
209 int active_submits; member