Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da8xx_gpu.c874 int active_submits; in a8xx_recover() local
899 active_submits = gpu->active_submits; in a8xx_recover()
905 gpu->active_submits = 0; in a8xx_recover()
912 if (active_submits) in a8xx_recover()
925 if (active_submits) in a8xx_recover()
930 gpu->active_submits = active_submits; in a8xx_recover()
H A Dadreno_device.c325 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
376 gpu->active_submits == 0, in adreno_system_suspend()
H A Da6xx_gpu.c1574 int active_submits; in a6xx_recover() local
1598 active_submits = gpu->active_submits; in a6xx_recover()
1604 gpu->active_submits = 0; in a6xx_recover()
1620 if (active_submits) in a6xx_recover()
1633 if (active_submits) in a6xx_recover()
1638 gpu->active_submits = active_submits; in a6xx_recover()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c729 gpu->active_submits--; in retire_submit()
730 WARN_ON(gpu->active_submits < 0); in retire_submit()
731 if (!gpu->active_submits) { in retire_submit()
818 if (!gpu->active_submits) { in msm_gpu_submit()
822 gpu->active_submits++; in msm_gpu_submit()
H A Dmsm_gpu.h207 int active_submits; member