Home
last modified time | relevance | path

Searched refs:pmmu (Results 1 - 25 of 53) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgp100.c40 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 Dgp10b.c40 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 Dgm20b.c50 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 Dnv41.c50 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 Dnv44.c65 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 Dnv04.c38 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 Dg84.c38 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 Dgv100.c40 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 Dmcp77.c38 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 Dgk104.c38 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 Dgk20a.c38 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 Dtu102.c54 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 Dgm200.c93 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 Dgm20b.c51 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 Dgp100.c41 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 Dgp10b.c41 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 Dnv41.c51 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 Dnv44.c66 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 Dgv100.c41 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 Dg84.c39 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 Dgk104.c39 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 Dgk20a.c39 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 Dmcp77.c39 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 Dnv04.c39 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 Dtu102.c55 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

Completed in 5 milliseconds

123