Searched refs:gp100_mmu_new (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | gp100.c | 40 gp100_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp100_mmu_new() function
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | mmu.h | 164 int gp100_mmu_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_mmu **);
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 2091 .mmu = { 0x00000001, gp100_mmu_new }, 2124 .mmu = { 0x00000001, gp100_mmu_new }, 2158 .mmu = { 0x00000001, gp100_mmu_new }, 2192 .mmu = { 0x00000001, gp100_mmu_new }, 2226 .mmu = { 0x00000001, gp100_mmu_new }, 2260 .mmu = { 0x00000001, gp100_mmu_new },
|