/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | nv04.c | 115 struct nvkm_disp **pdisp) in nv04_disp_new() argument 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()
|
H A D | ad102.c | 46 struct nvkm_disp **pdisp) in ad102_disp_new() argument 49 return r535_disp_new(&ad102_disp, device, type, inst, pdisp); in ad102_disp_new()
|
H A D | ga102.c | 149 struct nvkm_disp **pdisp) in ga102_disp_new() argument 152 return r535_disp_new(&ga102_disp, device, type, inst, pdisp); in ga102_disp_new() 154 return nvkm_disp_new_(&ga102_disp, device, type, inst, pdisp); in ga102_disp_new()
|
H A D | gk110.c | 56 struct nvkm_disp **pdisp) in gk110_disp_new() argument 58 return nvkm_disp_new_(&gk110_disp, device, type, inst, pdisp); in gk110_disp_new()
|
H A D | gt200.c | 106 struct nvkm_disp **pdisp) in gt200_disp_new() argument 108 return nvkm_disp_new_(>200_disp, device, type, inst, pdisp); in gt200_disp_new()
|
H A D | mcp77.c | 70 struct nvkm_disp **pdisp) in mcp77_disp_new() argument 72 return nvkm_disp_new_(&mcp77_disp, device, type, inst, pdisp); in mcp77_disp_new()
|
H A D | mcp89.c | 84 struct nvkm_disp **pdisp) in mcp89_disp_new() argument 86 return nvkm_disp_new_(&mcp89_disp, device, type, inst, pdisp); in mcp89_disp_new()
|
H A D | gp100.c | 82 struct nvkm_disp **pdisp) in gp100_disp_new() argument 84 return nvkm_disp_new_(&gp100_disp, device, type, inst, pdisp); in gp100_disp_new()
|
H A D | gm107.c | 110 struct nvkm_disp **pdisp) in gm107_disp_new() argument 112 return nvkm_disp_new_(&gm107_disp, device, type, inst, pdisp); in gm107_disp_new()
|
H A D | tu102.c | 235 struct nvkm_disp **pdisp) in tu102_disp_new() argument 238 return r535_disp_new(&tu102_disp, device, type, inst, pdisp); in tu102_disp_new() 240 return nvkm_disp_new_(&tu102_disp, device, type, inst, pdisp); in tu102_disp_new()
|
H A D | base.c | 230 enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) in nvkm_disp_new_() argument 235 if (!(disp = *pdisp = kzalloc(sizeof(**pdisp), GFP_KERNEL))) in nvkm_disp_new_()
|
H A D | gp102.c | 197 struct nvkm_disp **pdisp) in gp102_disp_new() argument 199 return nvkm_disp_new_(&gp102_disp, device, type, inst, pdisp); in gp102_disp_new()
|
H A D | gk104.c | 330 struct nvkm_disp **pdisp) in gk104_disp_new() argument 332 return nvkm_disp_new_(&gk104_disp, device, type, inst, pdisp); in gk104_disp_new()
|
H A D | g84.c | 346 struct nvkm_disp **pdisp) in g84_disp_new() argument 348 return nvkm_disp_new_(&g84_disp, device, type, inst, pdisp); in g84_disp_new()
|
H A D | gm200.c | 193 struct nvkm_disp **pdisp) in gm200_disp_new() argument 195 return nvkm_disp_new_(&gm200_disp, device, type, inst, pdisp); in gm200_disp_new()
|
H A D | gt215.c | 264 struct nvkm_disp **pdisp) in gt215_disp_new() argument 266 return nvkm_disp_new_(>215_disp, device, type, inst, pdisp); in gt215_disp_new()
|
H A D | g94.c | 376 struct nvkm_disp **pdisp) in g94_disp_new() argument 378 return nvkm_disp_new_(&g94_disp, device, type, inst, pdisp); in g94_disp_new()
|
H A D | gf119.c | 1258 struct nvkm_disp **pdisp) in gf119_disp_new() argument 1260 return nvkm_disp_new_(&gf119_disp, device, type, inst, pdisp); in gf119_disp_new()
|
H A D | gv100.c | 1251 struct nvkm_disp **pdisp) in gv100_disp_new() argument 1253 return nvkm_disp_new_(&gv100_disp, device, type, inst, pdisp); in gv100_disp_new()
|
H A D | r535.c | 1687 enum nvkm_subdev_type type, int inst, struct nvkm_disp **pdisp) in r535_disp_new() argument 1719 ret = nvkm_disp_new_(rm, device, type, inst, pdisp); in r535_disp_new() 1723 mutex_init(&(*pdisp)->super.mutex); //XXX in r535_disp_new()
|
H A D | nv50.c | 1792 struct nvkm_disp **pdisp) in nv50_disp_new() argument 1794 return nvkm_disp_new_(&nv50_disp, device, type, inst, pdisp); in nv50_disp_new()
|