Home
last modified time | relevance | path

Searched refs:mmio_vram (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgm107.c872 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), access); in gm107_grctx_generate_bundle()
886 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), access); in gm107_grctx_generate_pagepool()
905 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), access); in gm107_grctx_generate_attrib()
Dctxgk104.c852 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), access); in gk104_grctx_generate_bundle()
866 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), access); in gk104_grctx_generate_pagepool()
Dctxgf100.c1033 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), access); in gf100_grctx_generate_bundle()
1046 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), access); in gf100_grctx_generate_pagepool()
1062 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), access); in gf100_grctx_generate_attrib()
Dctxgf108.c740 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), access); in gf108_grctx_generate_attrib()
Dctxgf117.c192 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), access); in gf117_grctx_generate_attrib()
Dctxgf100.h17 #define mmio_vram(a,b,c,d) gf100_grctx_mmio_data((a), (b), (c), (d)) macro