HomeSort by: relevance | last modified time | path
    Searched defs:ctxsw_active (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
1013 ctxsw_active = nvkm_rd32(device, 0x2640) & 0x8000;
1016 if (!gr_enabled || (!gr_busy && !ctxsw_active))
1022 gr_enabled, ctxsw_active, gr_busy);

Completed in 13 milliseconds