Home
last modified time | relevance | path

Searched refs:memory_wrap (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dbase.c99 if (!imem->func->memory_wrap) in nvkm_instobj_wrap()
102 ret = imem->func->memory_wrap(imem, memory, pmemory); in nvkm_instobj_wrap()
H A Dpriv.h17 int (*memory_wrap)(struct nvkm_instmem *, struct nvkm_memory *, struct nvkm_memory **); member
H A Dr535.c325 rm->memory_wrap = hw->memory_wrap; in r535_instmem_new()
H A Dnv50.c416 .memory_wrap = nv50_instobj_wrap,