Home
last modified time | relevance | path

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

/linux-6.15/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.c1428 int i, active_submits; in a6xx_recover() local
1452 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()
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_gpu.c695 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()
H A Dmsm_gpu.h222 int active_submits; member