Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gpu.c669 gpu->active_submits--; in retire_submit()
670 WARN_ON(gpu->active_submits < 0); in retire_submit()
671 if (!gpu->active_submits) in retire_submit()
760 if (!gpu->active_submits) in msm_gpu_submit()
762 gpu->active_submits++; in msm_gpu_submit()
Dmsm_gpu.h154 int active_submits; member