Searched refs:active_submits (Results 1 – 4 of 4) sorted by relevance
313 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()362 gpu->active_submits == 0, in adreno_system_suspend()
1428 int i, active_submits; in a6xx_recover() local1452 active_submits = gpu->active_submits; in a6xx_recover()1458 gpu->active_submits = 0; in a6xx_recover()1474 if (active_submits) in a6xx_recover()1487 if (active_submits) in a6xx_recover()1492 gpu->active_submits = active_submits; in a6xx_recover()
695 gpu->active_submits--; in retire_submit()696 WARN_ON(gpu->active_submits < 0); in retire_submit()697 if (!gpu->active_submits) { in retire_submit()787 if (!gpu->active_submits) { in msm_gpu_submit()791 gpu->active_submits++; in msm_gpu_submit()
222 int active_submits; member