Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/
Dmsm_gpu.c682 gpu->active_submits--; in retire_submit()
683 WARN_ON(gpu->active_submits < 0); in retire_submit()
684 if (!gpu->active_submits) { in retire_submit()
774 if (!gpu->active_submits) { in msm_gpu_submit()
778 gpu->active_submits++; in msm_gpu_submit()
Dmsm_gpu.h225 int active_submits; member
/linux-6.6.21/drivers/gpu/drm/msm/adreno/
Da6xx_gpu.c1495 int i, active_submits; in a6xx_recover() local
1519 active_submits = gpu->active_submits; in a6xx_recover()
1525 gpu->active_submits = 0; in a6xx_recover()
1541 if (active_submits) in a6xx_recover()
1554 if (active_submits) in a6xx_recover()
1559 gpu->active_submits = active_submits; in a6xx_recover()
Dadreno_device.c791 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
838 gpu->active_submits == 0, in adreno_system_suspend()