Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
Dbase.c488 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_()
Dgf119.c269 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()
Dnv50.c157 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()
Dgv100.c444 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()