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