/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | gp100.c | 40 gp100_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gp100_mmu_new() argument 43 return gm200_mmu_new(device, index, pmmu); in gp100_mmu_new() 44 return nvkm_mmu_new_(&gp100_mmu, device, index, pmmu); in gp100_mmu_new()
|
H A D | gp10b.c | 40 gp10b_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gp10b_mmu_new() argument 43 return gm20b_mmu_new(device, index, pmmu); in gp10b_mmu_new() 44 return nvkm_mmu_new_(&gp10b_mmu, device, index, pmmu); in gp10b_mmu_new()
|
H A D | gm20b.c | 50 gm20b_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gm20b_mmu_new() argument 53 return nvkm_mmu_new_(&gm20b_mmu_fixed, device, index, pmmu); in gm20b_mmu_new() 54 return nvkm_mmu_new_(&gm20b_mmu, device, index, pmmu); in gm20b_mmu_new()
|
H A D | nv41.c | 50 nv41_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in nv41_mmu_new() argument 54 return nv04_mmu_new(device, index, pmmu); in nv41_mmu_new() 56 return nvkm_mmu_new_(&nv41_mmu, device, index, pmmu); in nv41_mmu_new()
|
H A D | nv44.c | 65 nv44_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in nv44_mmu_new() argument 69 return nv04_mmu_new(device, index, pmmu); in nv44_mmu_new() 71 return nvkm_mmu_new_(&nv44_mmu, device, index, pmmu); in nv44_mmu_new()
|
H A D | nv04.c | 38 nv04_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in nv04_mmu_new() argument 40 return nvkm_mmu_new_(&nv04_mmu, device, index, pmmu); in nv04_mmu_new()
|
H A D | g84.c | 38 g84_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in g84_mmu_new() argument 40 return nvkm_mmu_new_(&g84_mmu, device, index, pmmu); in g84_mmu_new()
|
H A D | gv100.c | 40 gv100_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gv100_mmu_new() argument 42 return nvkm_mmu_new_(&gv100_mmu, device, index, pmmu); in gv100_mmu_new()
|
H A D | mcp77.c | 38 mcp77_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in mcp77_mmu_new() argument 40 return nvkm_mmu_new_(&mcp77_mmu, device, index, pmmu); in mcp77_mmu_new()
|
H A D | gk104.c | 38 gk104_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gk104_mmu_new() argument 40 return nvkm_mmu_new_(&gk104_mmu, device, index, pmmu); in gk104_mmu_new()
|
H A D | gk20a.c | 38 gk20a_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gk20a_mmu_new() argument 40 return nvkm_mmu_new_(&gk20a_mmu, device, index, pmmu); in gk20a_mmu_new()
|
H A D | tu102.c | 54 tu102_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in tu102_mmu_new() argument 56 return nvkm_mmu_new_(&tu102_mmu, device, index, pmmu); in tu102_mmu_new()
|
H A D | gm200.c | 93 gm200_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gm200_mmu_new() argument 96 return nvkm_mmu_new_(&gm200_mmu_fixed, device, index, pmmu); in gm200_mmu_new() 97 return nvkm_mmu_new_(&gm200_mmu, device, index, pmmu); in gm200_mmu_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | gm20b.c | 51 struct nvkm_mmu **pmmu) in gm20b_mmu_new() 54 return nvkm_mmu_new_(&gm20b_mmu_fixed, device, type, inst, pmmu); in gm20b_mmu_new() 55 return nvkm_mmu_new_(&gm20b_mmu, device, type, inst, pmmu); in gm20b_mmu_new() 50 gm20b_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) gm20b_mmu_new() argument
|
H A D | gp100.c | 41 struct nvkm_mmu **pmmu) in gp100_mmu_new() 44 return gm200_mmu_new(device, type, inst, pmmu); in gp100_mmu_new() 45 return nvkm_mmu_new_(&gp100_mmu, device, type, inst, pmmu); in gp100_mmu_new() 40 gp100_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) gp100_mmu_new() argument
|
H A D | gp10b.c | 41 struct nvkm_mmu **pmmu) in gp10b_mmu_new() 44 return gm20b_mmu_new(device, type, inst, pmmu); in gp10b_mmu_new() 45 return nvkm_mmu_new_(&gp10b_mmu, device, type, inst, pmmu); in gp10b_mmu_new() 40 gp10b_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) gp10b_mmu_new() argument
|
H A D | nv41.c | 51 struct nvkm_mmu **pmmu) in nv41_mmu_new() 55 return nv04_mmu_new(device, type, inst, pmmu); in nv41_mmu_new() 57 return nvkm_mmu_new_(&nv41_mmu, device, type, inst, pmmu); in nv41_mmu_new() 50 nv41_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) nv41_mmu_new() argument
|
H A D | nv44.c | 66 struct nvkm_mmu **pmmu) in nv44_mmu_new() 70 return nv04_mmu_new(device, type, inst, pmmu); in nv44_mmu_new() 72 return nvkm_mmu_new_(&nv44_mmu, device, type, inst, pmmu); in nv44_mmu_new() 65 nv44_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) nv44_mmu_new() argument
|
H A D | gv100.c | 41 struct nvkm_mmu **pmmu) in gv100_mmu_new() 43 return nvkm_mmu_new_(&gv100_mmu, device, type, inst, pmmu); in gv100_mmu_new() 40 gv100_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) gv100_mmu_new() argument
|
H A D | g84.c | 39 struct nvkm_mmu **pmmu) in g84_mmu_new() 41 return nvkm_mmu_new_(&g84_mmu, device, type, inst, pmmu); in g84_mmu_new() 38 g84_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) g84_mmu_new() argument
|
H A D | gk104.c | 39 struct nvkm_mmu **pmmu) in gk104_mmu_new() 41 return nvkm_mmu_new_(&gk104_mmu, device, type, inst, pmmu); in gk104_mmu_new() 38 gk104_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) gk104_mmu_new() argument
|
H A D | gk20a.c | 39 struct nvkm_mmu **pmmu) in gk20a_mmu_new() 41 return nvkm_mmu_new_(&gk20a_mmu, device, type, inst, pmmu); in gk20a_mmu_new() 38 gk20a_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) gk20a_mmu_new() argument
|
H A D | mcp77.c | 39 struct nvkm_mmu **pmmu) in mcp77_mmu_new() 41 return nvkm_mmu_new_(&mcp77_mmu, device, type, inst, pmmu); in mcp77_mmu_new() 38 mcp77_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) mcp77_mmu_new() argument
|
H A D | nv04.c | 39 struct nvkm_mmu **pmmu) in nv04_mmu_new() 41 return nvkm_mmu_new_(&nv04_mmu, device, type, inst, pmmu); in nv04_mmu_new() 38 nv04_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) nv04_mmu_new() argument
|
H A D | tu102.c | 55 struct nvkm_mmu **pmmu) in tu102_mmu_new() 57 return nvkm_mmu_new_(&tu102_mmu, device, type, inst, pmmu); in tu102_mmu_new() 54 tu102_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mmu **pmmu) tu102_mmu_new() argument
|