Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgk104.c50 gk104_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk104_disp_new() argument
52 return gf119_disp_new_(&gk104_disp, device, index, pdisp); in gk104_disp_new()
Dgm107.c50 gm107_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gm107_disp_new() argument
52 return gf119_disp_new_(&gm107_disp, device, index, pdisp); in gm107_disp_new()
Dgk110.c50 gk110_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk110_disp_new() argument
52 return gf119_disp_new_(&gk110_disp, device, index, pdisp); in gk110_disp_new()
Dg84.c52 g84_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g84_disp_new() argument
54 return nv50_disp_new_(&g84_disp, device, index, 2, pdisp); in g84_disp_new()
Dgt200.c52 gt200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt200_disp_new() argument
54 return nv50_disp_new_(&gt200_disp, device, index, 2, pdisp); in gt200_disp_new()
Dgm204.c51 gm204_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gm204_disp_new() argument
53 return gf119_disp_new_(&gm204_disp, device, index, pdisp); in gm204_disp_new()
Dg94.c53 g94_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g94_disp_new() argument
55 return nv50_disp_new_(&g94_disp, device, index, 2, pdisp); in g94_disp_new()
Dgt215.c54 gt215_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gt215_disp_new() argument
56 return nv50_disp_new_(&gt215_disp, device, index, 2, pdisp); in gt215_disp_new()
Dnv04.c82 nv04_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv04_disp_new() argument
84 return nvkm_disp_new_(&nv04_disp, device, index, 2, pdisp); in nv04_disp_new()
Dbase.c434 int index, int heads, struct nvkm_disp **pdisp) in nvkm_disp_new_() argument
436 if (!(*pdisp = kzalloc(sizeof(**pdisp), GFP_KERNEL))) in nvkm_disp_new_()
438 return nvkm_disp_ctor(func, device, index, heads, *pdisp); in nvkm_disp_new_()
Dgf119.c504 int index, struct nvkm_disp **pdisp) in gf119_disp_new_() argument
507 return nv50_disp_new_(func, device, index, heads, pdisp); in gf119_disp_new_()
533 gf119_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gf119_disp_new() argument
535 return gf119_disp_new_(&gf119_disp, device, index, pdisp); in gf119_disp_new()
Dnv50.c145 int index, int heads, struct nvkm_disp **pdisp) in nv50_disp_new_() argument
154 *pdisp = &disp->base; in nv50_disp_new_()
839 nv50_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in nv50_disp_new() argument
841 return nv50_disp_new_(&nv50_disp, device, index, 2, pdisp); in nv50_disp_new()