Searched refs:nvif_mmu (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/ |
A D | mmu.h | 5 struct nvif_mmu { struct 35 struct nvif_mmu *); argument 36 void nvif_mmu_dtor(struct nvif_mmu *); 39 nvif_mmu_kind_valid(struct nvif_mmu *mmu, u8 kind) in nvif_mmu_kind_valid() 49 nvif_mmu_type(struct nvif_mmu *mmu, u8 mask) in nvif_mmu_type()
|
A D | mem.h | 13 int nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass, 16 int nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type, 20 int nvif_mem_ctor_map(struct nvif_mmu *, const char *name, u8 type, u64 size,
|
A D | vmm.h | 5 struct nvif_mmu; 33 int nvif_vmm_ctor(struct nvif_mmu *, const char *name, s32 oclass, bool managed,
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/ |
A D | mem.c | 28 nvif_mem_ctor_map(struct nvif_mmu *mmu, const char *name, u8 type, u64 size, in nvif_mem_ctor_map() 48 nvif_mem_ctor_type(struct nvif_mmu *mmu, const char *name, s32 oclass, in nvif_mem_ctor_type() 88 nvif_mem_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, u8 type, in nvif_mem_ctor()
|
A D | mmu.c | 28 nvif_mmu_dtor(struct nvif_mmu *mmu) in nvif_mmu_dtor() 38 struct nvif_mmu *mmu) in nvif_mmu_ctor()
|
A D | vmm.c | 115 nvif_vmm_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, bool managed, in nvif_vmm_ctor()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | lut.h | 12 int nv50_lut_init(struct nv50_disp *, struct nvif_mmu *, struct nv50_lut *);
|
A D | lut.c | 67 nv50_lut_init(struct nv50_disp *disp, struct nvif_mmu *mmu, in nv50_lut_init()
|
A D | crc.c | 500 nv50_crc_ctx_init(struct nv50_head *head, struct nvif_mmu *mmu, in nv50_crc_ctx_init() 546 struct nvif_mmu *mmu = &nouveau_drm(dev)->client.mmu; in nv50_crc_set_source()
|
A D | wndw.c | 703 struct nvif_mmu *mmu = &drm->client.mmu; in nv50_wndw_new_()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_drv.h | 91 struct nvif_mmu mmu; 236 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_drm_use_coherent_gpu_mapping()
|
A D | nouveau_mem.c | 94 struct nvif_mmu *mmu = &cli->mmu; in nouveau_mem_host() 131 struct nvif_mmu *mmu = &cli->mmu; in nouveau_mem_vram()
|
A D | nouveau_ttm.c | 162 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_ttm_init_host() 266 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_ttm_init()
|
A D | nouveau_bo.c | 206 struct nvif_mmu *mmu = &cli->mmu; in nouveau_bo_alloc() 1111 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_ttm_io_mem_reserve()
|
Completed in 26 milliseconds