Home
last modified time | relevance | path

Searched refs:nvif_mem_ctor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dmem.c31 int ret = nvif_mem_ctor(mmu, name, mmu->mem, NVIF_MEM_MAPPABLE | type, in nvif_mem_ctor_map()
88 nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type, in nvif_mem_ctor() function
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dmem.h16 int nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type,
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c334 ret = nvif_mem_ctor(&cli->mmu, "abi16ChanUSERD", NVIF_CLASS_MEM_GF100, in nouveau_channel_ctor()