Searched refs:gr_enabled (Results 1 – 1 of 1) sorted by relevance
996 bool gr_enabled, ctxsw_active, gr_busy; in gf100_gr_wait_idle() local1005 gr_enabled = nvkm_rd32(device, 0x200) & 0x1000; in gf100_gr_wait_idle()1009 if (!gr_enabled || (!gr_busy && !ctxsw_active)) in gf100_gr_wait_idle()1015 gr_enabled, ctxsw_active, gr_busy); in gf100_gr_wait_idle()