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

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

Completed in 212 milliseconds