Searched refs:gp100_mmu_new (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | gp100.c | 40 gp100_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp100_mmu_new() function
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | mmu.h | 153 int gp100_mmu_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_mmu **);
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 2154 .mmu = { 0x00000001, gp100_mmu_new }, 2187 .mmu = { 0x00000001, gp100_mmu_new }, 2221 .mmu = { 0x00000001, gp100_mmu_new }, 2255 .mmu = { 0x00000001, gp100_mmu_new }, 2289 .mmu = { 0x00000001, gp100_mmu_new }, 2323 .mmu = { 0x00000001, gp100_mmu_new },
|