Searched refs:active_submits (Results 1 – 4 of 4) sorted by relevance
1269 int i, active_submits; in a6xx_recover() local1293 active_submits = gpu->active_submits; in a6xx_recover()1299 gpu->active_submits = 0; in a6xx_recover()1302 if (active_submits) in a6xx_recover()1313 if (active_submits) in a6xx_recover()1318 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()
665 gpu->active_submits--; in retire_submit()666 WARN_ON(gpu->active_submits < 0); in retire_submit()667 if (!gpu->active_submits) { in retire_submit()761 if (!gpu->active_submits) { in msm_gpu_submit()765 gpu->active_submits++; in msm_gpu_submit()
209 int active_submits; member