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.c741 int active_submits; in a8xx_recover() local
761 active_submits = gpu->active_submits; in a8xx_recover()
767 gpu->active_submits = 0; in a8xx_recover()
774 if (active_submits) in a8xx_recover()
787 if (active_submits) in a8xx_recover()
792 gpu->active_submits = active_submits; in a8xx_recover()
H A Dadreno_device.c323 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
372 gpu->active_submits == 0, in adreno_system_suspend()
H A Da6xx_gpu.c1634 int active_submits; in a6xx_recover() local
1658 active_submits = gpu->active_submits; in a6xx_recover()
1664 gpu->active_submits = 0; in a6xx_recover()
1680 if (active_submits) in a6xx_recover()
1693 if (active_submits) in a6xx_recover()
1698 gpu->active_submits = active_submits; in a6xx_recover()
/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c814 gpu->active_submits--; in retire_submit()
815 WARN_ON(gpu->active_submits < 0); in retire_submit()
816 if (!gpu->active_submits) { in retire_submit()
906 if (!gpu->active_submits) { in msm_gpu_submit()
910 gpu->active_submits++; in msm_gpu_submit()
H A Dmsm_gpu.h211 int active_submits; member