Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/adreno/
Da6xx_gpu.c1269 int i, active_submits; in a6xx_recover() local
1293 active_submits = gpu->active_submits; in a6xx_recover()
1299 gpu->active_submits = 0; in a6xx_recover()
1302 if (active_submits) in a6xx_recover()
1313 if (active_submits) in a6xx_recover()
1318 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-v6.1/drivers/gpu/drm/msm/
Dmsm_gpu.c665 gpu->active_submits--; in retire_submit()
666 WARN_ON(gpu->active_submits < 0); in retire_submit()
667 if (!gpu->active_submits) { in retire_submit()
761 if (!gpu->active_submits) { in msm_gpu_submit()
765 gpu->active_submits++; in msm_gpu_submit()
Dmsm_gpu.h209 int active_submits; member