/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | nv04.c | 67 nv04_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv04_disp_new() argument 71 ret = nvkm_disp_new_(&nv04_disp, device, index, pdisp); in nv04_disp_new() 76 ret = nv04_head_new(*pdisp, i); in nv04_disp_new()
|
H A D | gp100.c | 43 gp100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gp100_disp_new() argument 45 return nv50_disp_new_(&gp100_disp, device, index, pdisp); in gp100_disp_new()
|
H A D | gm200.c | 44 gm200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gm200_disp_new() argument 46 return nv50_disp_new_(&gm200_disp, device, index, pdisp); in gm200_disp_new()
|
H A D | gt215.c | 44 gt215_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt215_disp_new() argument 46 return nv50_disp_new_(>215_disp, device, index, pdisp); in gt215_disp_new()
|
H A D | gt200.c | 44 gt200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt200_disp_new() argument 46 return nv50_disp_new_(>200_disp, device, index, pdisp); in gt200_disp_new()
|
H A D | gk104.c | 44 gk104_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk104_disp_new() argument 46 return nv50_disp_new_(&gk104_disp, device, index, pdisp); in gk104_disp_new()
|
H A D | gm107.c | 44 gm107_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gm107_disp_new() argument 46 return nv50_disp_new_(&gm107_disp, device, index, pdisp); in gm107_disp_new()
|
H A D | gk110.c | 44 gk110_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk110_disp_new() argument 46 return nv50_disp_new_(&gk110_disp, device, index, pdisp); in gk110_disp_new()
|
H A D | g84.c | 44 g84_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g84_disp_new() argument 46 return nv50_disp_new_(&g84_disp, device, index, pdisp); in g84_disp_new()
|
H A D | g94.c | 44 g94_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g94_disp_new() argument 46 return nv50_disp_new_(&g94_disp, device, index, pdisp); in g94_disp_new()
|
H A D | mcp89.c | 42 mcp89_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in mcp89_disp_new() argument 44 return nv50_disp_new_(&mcp89_disp, device, index, pdisp); in mcp89_disp_new()
|
H A D | mcp77.c | 42 mcp77_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in mcp77_disp_new() argument 44 return nv50_disp_new_(&mcp77_disp, device, index, pdisp); in mcp77_disp_new()
|
H A D | gp102.c | 70 gp102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gp102_disp_new() argument 72 return nv50_disp_new_(&gp102_disp, device, index, pdisp); in gp102_disp_new()
|
H A D | tu102.c | 149 tu102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in tu102_disp_new() argument 151 return nv50_disp_new_(&tu102_disp, device, index, pdisp); in tu102_disp_new()
|
H A D | base.c | 488 int index, struct nvkm_disp **pdisp) in nvkm_disp_new_() 490 if (!(*pdisp = kzalloc(sizeof(**pdisp), GFP_KERNEL))) in nvkm_disp_new_() 492 return nvkm_disp_ctor(func, device, index, *pdisp); in nvkm_disp_new_() 487 nvkm_disp_new_(const struct nvkm_disp_func *func, struct nvkm_device *device, int index, struct nvkm_disp **pdisp) nvkm_disp_new_() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gk110.c | 56 struct nvkm_disp **pdisp) in gk110_disp_new() 58 return nvkm_disp_new_(&gk110_disp, device, type, inst, pdisp); in gk110_disp_new() 55 gk110_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) gk110_disp_new() argument
|
H A D | nv04.c | 115 struct nvkm_disp **pdisp) in nv04_disp_new() 119 ret = nvkm_disp_new_(&nv04_disp, device, type, inst, pdisp); in nv04_disp_new() 124 ret = nv04_head_new(*pdisp, i); in nv04_disp_new() 114 nv04_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) nv04_disp_new() argument
|
H A D | gp100.c | 81 struct nvkm_disp **pdisp) in gp100_disp_new() 83 return nvkm_disp_new_(&gp100_disp, device, type, inst, pdisp); in gp100_disp_new() 80 gp100_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) gp100_disp_new() argument
|
H A D | mcp89.c | 83 struct nvkm_disp **pdisp) in mcp89_disp_new() 85 return nvkm_disp_new_(&mcp89_disp, device, type, inst, pdisp); in mcp89_disp_new() 82 mcp89_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) mcp89_disp_new() argument
|
H A D | mcp77.c | 69 struct nvkm_disp **pdisp) in mcp77_disp_new() 71 return nvkm_disp_new_(&mcp77_disp, device, type, inst, pdisp); in mcp77_disp_new() 68 mcp77_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) mcp77_disp_new() argument
|
H A D | gm107.c | 109 struct nvkm_disp **pdisp) in gm107_disp_new() 111 return nvkm_disp_new_(&gm107_disp, device, type, inst, pdisp); in gm107_disp_new() 108 gm107_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) gm107_disp_new() argument
|
H A D | gt200.c | 106 struct nvkm_disp **pdisp) in gt200_disp_new() 108 return nvkm_disp_new_(>200_disp, device, type, inst, pdisp); in gt200_disp_new() 105 gt200_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) gt200_disp_new() argument
|
H A D | gp102.c | 197 struct nvkm_disp **pdisp) in gp102_disp_new() 199 return nvkm_disp_new_(&gp102_disp, device, type, inst, pdisp); in gp102_disp_new() 196 gp102_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) gp102_disp_new() argument
|
H A D | ga102.c | 147 struct nvkm_disp **pdisp) in ga102_disp_new() 149 return nvkm_disp_new_(&ga102_disp, device, type, inst, pdisp); in ga102_disp_new() 146 ga102_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) ga102_disp_new() argument
|
H A D | gm200.c | 184 struct nvkm_disp **pdisp) in gm200_disp_new() 186 return nvkm_disp_new_(&gm200_disp, device, type, inst, pdisp); in gm200_disp_new() 183 gm200_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) gm200_disp_new() argument
|