Searched refs:nvif_mem (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | mem.h | 5 struct nvif_mem { struct 14 u64 size, void *argv, u32 argc, struct nvif_mem *); argument 16 u64 size, void *argv, u32 argc, struct nvif_mem *); 17 void nvif_mem_fini(struct nvif_mem *); 19 int nvif_mem_init_map(struct nvif_mmu *, u8 type, u64 size, struct nvif_mem *);
|
D | vmm.h | 4 struct nvif_mem; 40 struct nvif_mem *, u64 offset);
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/ |
D | mem.c | 28 nvif_mem_init_map(struct nvif_mmu *mmu, u8 type, u64 size, struct nvif_mem *mem) in nvif_mem_init_map() 41 nvif_mem_fini(struct nvif_mem *mem) in nvif_mem_fini() 48 u64 size, void *argv, u32 argc, struct nvif_mem *mem) in nvif_mem_init_type() 87 u64 size, void *argv, u32 argc, struct nvif_mem *mem) in nvif_mem_init()
|
D | vmm.c | 37 struct nvif_mem *mem, u64 offset) in nvif_vmm_map()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | lut.h | 8 struct nvif_mem mem[2];
|
D | disp.h | 56 struct nvif_mem push;
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_mem.h | 19 struct nvif_mem mem;
|