Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c686 gpu->active_submits--; in retire_submit()
687 WARN_ON(gpu->active_submits < 0); in retire_submit()
688 if (!gpu->active_submits) { in retire_submit()
778 if (!gpu->active_submits) { in msm_gpu_submit()
782 gpu->active_submits++; in msm_gpu_submit()
H A Dmsm_gpu.h225 int active_submits; member
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c309 WARN_ON_ONCE(gpu->active_submits); in adreno_runtime_suspend()
358 gpu->active_submits == 0, in adreno_system_suspend()
H A Da6xx_gpu.c1219 int i, active_submits; in a6xx_recover()
1243 active_submits = gpu->active_submits; in a6xx_recover()
1246 * Temporarily clear active_submits count to silence a WARN() in the in a6xx_recover()
1249 gpu->active_submits = 0; in a6xx_recover()
1265 if (active_submits) in a6xx_recover()
1278 if (active_submits) in a6xx_recover()
1283 gpu->active_submits = active_submits; in a6xx_recover()
1222 int i, active_submits; a6xx_recover() local