Searched refs:gr_busy (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1054 bool gr_enabled, ctxsw_active, gr_busy; local
1065 gr_busy = nvkm_rd32(device, 0x40060c) & 0x1;
1067 if (!gr_enabled || (!gr_busy && !ctxsw_active))
1073 gr_enabled, ctxsw_active, gr_busy);

Completed in 208 milliseconds