Home
last modified time | relevance | path

Searched refs:pdisp (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dnv04.c68 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 Dgp100.c44 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 Dga102.c44 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 Dgk104.c45 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 Dgk110.c45 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 Dgm107.c45 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 Dgm200.c45 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 Dg84.c45 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 Dg94.c45 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 Dgt200.c45 struct nvkm_disp **pdisp) in gt200_disp_new() argument
47 return nv50_disp_new_(&gt200_disp, device, type, inst, pdisp); in gt200_disp_new()
A Dgt215.c45 struct nvkm_disp **pdisp) in gt215_disp_new() argument
47 return nv50_disp_new_(&gt215_disp, device, type, inst, pdisp); in gt215_disp_new()
A Dmcp77.c43 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 Dmcp89.c43 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 Dgp102.c71 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 Dtu102.c150 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 Dbase.c489 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 Dgf119.c270 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 Dnv50.c157 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 Dgv100.c445 struct nvkm_disp **pdisp) in gv100_disp_new() argument
447 return nv50_disp_new_(&gv100_disp, device, type, inst, pdisp); in gv100_disp_new()

Completed in 21 milliseconds