Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/adreno/
A Dadreno_device.c313 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
362 gpu->active_submits == 0, in adreno_system_suspend()
A Da6xx_gpu.c1447 int i, active_submits; in a6xx_recover() local
1471 active_submits = gpu->active_submits; in a6xx_recover()
1477 gpu->active_submits = 0; in a6xx_recover()
1493 if (active_submits) in a6xx_recover()
1506 if (active_submits) in a6xx_recover()
1511 gpu->active_submits = active_submits; in a6xx_recover()
/drivers/gpu/drm/msm/
A Dmsm_gpu.c799 gpu->active_submits--; in retire_submit()
800 WARN_ON(gpu->active_submits < 0); in retire_submit()
801 if (!gpu->active_submits) { in retire_submit()
891 if (!gpu->active_submits) { in msm_gpu_submit()
895 gpu->active_submits++; in msm_gpu_submit()
A Dmsm_gpu.h221 int active_submits; member

Completed in 13 milliseconds