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