Searched refs:ctxsw_active (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1054 bool gr_enabled, ctxsw_active, gr_busy; local
1064 ctxsw_active = nvkm_fifo_ctxsw_in_progress(&gr->base.engine);
1067 if (!gr_enabled || (!gr_busy && !ctxsw_active))
1073 gr_enabled, ctxsw_active, gr_busy);

Completed in 283 milliseconds