Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1055 bool gr_enabled, ctxsw_active, gr_busy; in gf100_gr_wait_idle() local
1065 ctxsw_active = nvkm_fifo_ctxsw_in_progress(&gr->base.engine); in gf100_gr_wait_idle()
1068 if (!gr_enabled || (!gr_busy && !ctxsw_active)) in gf100_gr_wait_idle()
1074 gr_enabled, ctxsw_active, gr_busy); in gf100_gr_wait_idle()