nouveau_nvkm_engine_gr_gf100.c | 1003 bool gr_enabled, ctxsw_active, gr_busy; local in function:gf100_gr_wait_idle 1014 gr_busy = nvkm_rd32(device, 0x40060c) & 0x1; 1016 if (!gr_enabled || (!gr_busy && !ctxsw_active)) 1022 gr_enabled, ctxsw_active, gr_busy);
|