/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | g84.c | 52 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 D | g94.c | 53 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 D | gk104.c | 50 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 D | gk110.c | 50 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 D | gm107.c | 50 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 D | gm204.c | 51 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 D | gt200.c | 52 gt200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) gt200_disp_new() argument 54 return nv50_disp_new_(>200_disp, device, index, 2, pdisp); gt200_disp_new()
|
H A D | gt215.c | 54 gt215_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) gt215_disp_new() argument 56 return nv50_disp_new_(>215_disp, device, index, 2, pdisp); gt215_disp_new()
|
H A D | nv04.c | 82 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 D | base.c | 434 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 D | gf119.c | 504 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 D | nv50.c | 145 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
|