HomeSort by: relevance | last modified time | path
    Searched defs:gr_busy (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
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);

Completed in 13 milliseconds