HomeSort by: relevance | last modified time | path
    Searched refs:mmio_vram (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxtu102.c 66 const int b = mmio_vram(info, size, (1 << s), true);
nouveau_nvkm_engine_gr_ctxgp100.c 42 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true);
66 b = mmio_vram(info, size, (1 << s), false);
nouveau_nvkm_engine_gr_ctxgp102.c 62 b = mmio_vram(info, size, (1 << s), false);
ctxgf100.h 20 #define mmio_vram(a,b,c,d) gf100_grctx_mmio_data((a), (b), (c), (d)) macro
nouveau_nvkm_engine_gr_ctxgf117.c 257 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), false);
nouveau_nvkm_engine_gr_ctxgv100.c 83 b = mmio_vram(info, size, (1 << s), false);
nouveau_nvkm_engine_gr_ctxgm107.c 891 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), true);
904 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true);
922 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), false);
nouveau_nvkm_engine_gr_ctxgf100.c 1049 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), true);
1061 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true);
1076 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), false);
nouveau_nvkm_engine_gr_ctxgk104.c 887 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), true);
900 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), true);
nouveau_nvkm_engine_gr_ctxgf108.c 749 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), false);

Completed in 27 milliseconds