Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da6xx_gpu.c1269 int i, active_submits; in a6xx_recover() local
1299 active_submits = gpu->active_submits; in a6xx_recover()
1305 gpu->active_submits = 0; in a6xx_recover()
1308 if (active_submits) in a6xx_recover()
1319 if (active_submits) in a6xx_recover()
1324 gpu->active_submits = active_submits; in a6xx_recover()
Dadreno_device.c641 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
688 gpu->active_submits == 0, in adreno_system_suspend()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gpu.c667 gpu->active_submits--; in retire_submit()
668 WARN_ON(gpu->active_submits < 0); in retire_submit()
669 if (!gpu->active_submits) { in retire_submit()
763 if (!gpu->active_submits) { in msm_gpu_submit()
767 gpu->active_submits++; in msm_gpu_submit()
Dmsm_gpu.h209 int active_submits; member