Home
last modified time | relevance | path

Searched refs:nvif_mem_ctor_map (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dmem.h20 int nvif_mem_ctor_map(struct nvif_mmu *, const char *name, u8 type, u64 size,
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dlut.c73 int ret = nvif_mem_ctor_map(mmu, "kmsLut", NVIF_MEM_VRAM, in nv50_lut_init()
Dcrc.c506 ret = nvif_mem_ctor_map(mmu, "kmsCrcNtfy", NVIF_MEM_VRAM, len, &ctx->mem); in nv50_crc_ctx_init()
Ddisp.c253 ret = nvif_mem_ctor_map(&cli->mmu, "kmsChanPush", type, 0x1000, in nv50_dmac_create()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Dmem.c28 nvif_mem_ctor_map(struct nvif_mmu *mmu, const char *name, u8 type, u64 size, in nvif_mem_ctor_map() function