Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c313 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
362 gpu->active_submits == 0, in adreno_system_suspend()
H A Da6xx_gpu.c1420 int i, active_submits; in a6xx_recover() local
1444 active_submits = gpu->active_submits; in a6xx_recover()
1450 gpu->active_submits = 0; in a6xx_recover()
1466 if (active_submits) in a6xx_recover()
1479 if (active_submits) in a6xx_recover()
1484 gpu->active_submits = active_submits; in a6xx_recover()