/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | base.c | 488 int index, struct nvkm_disp **pdisp) in nvkm_disp_new_() argument 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_()
|
D | gf119.c | 269 gf119_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gf119_disp_new() argument 271 return nv50_disp_new_(&gf119_disp, device, index, pdisp); in gf119_disp_new()
|
D | nv50.c | 157 int index, struct nvkm_disp **pdisp) in nv50_disp_new_() argument 165 *pdisp = &disp->base; in nv50_disp_new_() 772 nv50_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv50_disp_new() argument 774 return nv50_disp_new_(&nv50_disp, device, index, pdisp); in nv50_disp_new()
|
D | gv100.c | 444 gv100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gv100_disp_new() argument 446 return nv50_disp_new_(&gv100_disp, device, index, pdisp); in gv100_disp_new()
|