| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | nv04.c | 68 struct nvkm_disp **pdisp) in nv04_disp_new() argument 72 ret = nvkm_disp_new_(&nv04_disp, device, type, inst, pdisp); in nv04_disp_new() 77 ret = nv04_head_new(*pdisp, i); in nv04_disp_new()
|
| A D | gp100.c | 44 struct nvkm_disp **pdisp) in gp100_disp_new() argument 46 return nv50_disp_new_(&gp100_disp, device, type, inst, pdisp); in gp100_disp_new()
|
| A D | ga102.c | 44 struct nvkm_disp **pdisp) in ga102_disp_new() argument 46 return nv50_disp_new_(&ga102_disp, device, type, inst, pdisp); in ga102_disp_new()
|
| A D | gk104.c | 45 struct nvkm_disp **pdisp) in gk104_disp_new() argument 47 return nv50_disp_new_(&gk104_disp, device, type, inst, pdisp); in gk104_disp_new()
|
| A D | gk110.c | 45 struct nvkm_disp **pdisp) in gk110_disp_new() argument 47 return nv50_disp_new_(&gk110_disp, device, type, inst, pdisp); in gk110_disp_new()
|
| A D | gm107.c | 45 struct nvkm_disp **pdisp) in gm107_disp_new() argument 47 return nv50_disp_new_(&gm107_disp, device, type, inst, pdisp); in gm107_disp_new()
|
| A D | gm200.c | 45 struct nvkm_disp **pdisp) in gm200_disp_new() argument 47 return nv50_disp_new_(&gm200_disp, device, type, inst, pdisp); in gm200_disp_new()
|
| A D | g84.c | 45 struct nvkm_disp **pdisp) in g84_disp_new() argument 47 return nv50_disp_new_(&g84_disp, device, type, inst, pdisp); in g84_disp_new()
|
| A D | g94.c | 45 struct nvkm_disp **pdisp) in g94_disp_new() argument 47 return nv50_disp_new_(&g94_disp, device, type, inst, pdisp); in g94_disp_new()
|
| A D | gt200.c | 45 struct nvkm_disp **pdisp) in gt200_disp_new() argument 47 return nv50_disp_new_(>200_disp, device, type, inst, pdisp); in gt200_disp_new()
|
| A D | gt215.c | 45 struct nvkm_disp **pdisp) in gt215_disp_new() argument 47 return nv50_disp_new_(>215_disp, device, type, inst, pdisp); in gt215_disp_new()
|
| A D | mcp77.c | 43 struct nvkm_disp **pdisp) in mcp77_disp_new() argument 45 return nv50_disp_new_(&mcp77_disp, device, type, inst, pdisp); in mcp77_disp_new()
|
| A D | mcp89.c | 43 struct nvkm_disp **pdisp) in mcp89_disp_new() argument 45 return nv50_disp_new_(&mcp89_disp, device, type, inst, pdisp); in mcp89_disp_new()
|
| A D | gp102.c | 71 struct nvkm_disp **pdisp) in gp102_disp_new() argument 73 return nv50_disp_new_(&gp102_disp, device, type, inst, pdisp); in gp102_disp_new()
|
| A D | tu102.c | 150 struct nvkm_disp **pdisp) in tu102_disp_new() argument 152 return nv50_disp_new_(&tu102_disp, device, type, inst, pdisp); in tu102_disp_new()
|
| A D | base.c | 489 enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) in nvkm_disp_new_() argument 491 if (!(*pdisp = kzalloc(sizeof(**pdisp), GFP_KERNEL))) in nvkm_disp_new_() 493 return nvkm_disp_ctor(func, device, type, inst, *pdisp); in nvkm_disp_new_()
|
| A D | gf119.c | 270 struct nvkm_disp **pdisp) in gf119_disp_new() argument 272 return nv50_disp_new_(&gf119_disp, device, type, inst, pdisp); in gf119_disp_new()
|
| A D | nv50.c | 157 enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) in nv50_disp_new_() argument 165 *pdisp = &disp->base; in nv50_disp_new_() 773 struct nvkm_disp **pdisp) in nv50_disp_new() argument 775 return nv50_disp_new_(&nv50_disp, device, type, inst, pdisp); in nv50_disp_new()
|
| A D | gv100.c | 445 struct nvkm_disp **pdisp) in gv100_disp_new() argument 447 return nv50_disp_new_(&gv100_disp, device, type, inst, pdisp); in gv100_disp_new()
|