Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c713 bool gr_enabled, ctxsw_active, gr_busy; in gf100_gr_wait_idle() local
724 gr_busy = nvkm_rd32(device, 0x40060c) & 0x1; in gf100_gr_wait_idle()
726 if (!gr_enabled || (!gr_busy && !ctxsw_active)) in gf100_gr_wait_idle()
732 gr_enabled, ctxsw_active, gr_busy); in gf100_gr_wait_idle()