Home
last modified time | relevance | path

Searched refs:pdisp (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv04.c67 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 Dgp100.c43 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 Dgm200.c44 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 Dgt215.c44 gt215_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt215_disp_new() argument
46 return nv50_disp_new_(&gt215_disp, device, index, pdisp); in gt215_disp_new()
H A Dgt200.c44 gt200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt200_disp_new() argument
46 return nv50_disp_new_(&gt200_disp, device, index, pdisp); in gt200_disp_new()
H A Dgk104.c44 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 Dgm107.c44 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 Dgk110.c44 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 Dg84.c44 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 Dg94.c44 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 Dmcp89.c42 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 Dmcp77.c42 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 Dgp102.c70 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 Dtu102.c149 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 Dbase.c488 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 Dgk110.c56 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 Dnv04.c115 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 Dgp100.c81 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 Dmcp89.c83 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 Dmcp77.c69 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 Dgm107.c109 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 Dgt200.c106 struct nvkm_disp **pdisp) in gt200_disp_new()
108 return nvkm_disp_new_(&gt200_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 Dgp102.c197 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 Dga102.c147 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 Dgm200.c184 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

Completed in 6 milliseconds

12