Home
last modified time | relevance | path

Searched refs:nvif_mmu (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h5 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()
Dmem.h13 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,
Dvmm.h5 struct nvif_mmu;
33 int nvif_vmm_ctor(struct nvif_mmu *, const char *name, s32 oclass, bool managed,
/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()
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()
Dmmu.c28 nvif_mmu_dtor(struct nvif_mmu *mmu) in nvif_mmu_dtor()
38 struct nvif_mmu *mmu) in nvif_mmu_ctor()
Dvmm.c115 nvif_vmm_ctor(struct nvif_mmu *mmu, const char *name, s32 oclass, bool managed, in nvif_vmm_ctor()
/drivers/gpu/drm/nouveau/
Dnouveau_drv.h100 struct nvif_mmu mmu;
244 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_drm_use_coherent_gpu_mapping()
Dnouveau_mem.c100 struct nvif_mmu *mmu = &cli->mmu; in nouveau_mem_host()
138 struct nvif_mmu *mmu = &cli->mmu; in nouveau_mem_vram()
Dnouveau_ttm.c176 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_ttm_init_host()
280 struct nvif_mmu *mmu = &drm->client.mmu; in nouveau_ttm_init()
Dnouveau_bo.c203 struct nvif_mmu *mmu = &cli->mmu; in nouveau_bo_alloc()
354 struct nvif_mmu *mmu = &drm->client.mmu; in set_placement_list()
/drivers/gpu/drm/nouveau/dispnv50/
Dlut.h12 int nv50_lut_init(struct nv50_disp *, struct nvif_mmu *, struct nv50_lut *);
Dlut.c67 nv50_lut_init(struct nv50_disp *disp, struct nvif_mmu *mmu, in nv50_lut_init()
Dcrc.c522 nv50_crc_ctx_init(struct nv50_head *head, struct nvif_mmu *mmu, in nv50_crc_ctx_init()
568 struct nvif_mmu *mmu = &nouveau_drm(dev)->client.mmu; in nv50_crc_set_source()
Dwndw.c706 struct nvif_mmu *mmu = &drm->client.mmu; in nv50_wndw_new_()