Searched refs:nvkm_disp_new_ (Results 1 – 20 of 20) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gk110.c | 58 return nvkm_disp_new_(&gk110_disp, device, type, inst, pdisp); in gk110_disp_new()
|
D | gt200.c | 108 return nvkm_disp_new_(>200_disp, device, type, inst, pdisp); in gt200_disp_new()
|
D | mcp77.c | 73 return nvkm_disp_new_(&mcp77_disp, device, type, inst, pdisp); in mcp77_disp_new()
|
D | gp100.c | 86 return nvkm_disp_new_(&gp100_disp, device, type, inst, pdisp); in gp100_disp_new()
|
D | mcp89.c | 87 return nvkm_disp_new_(&mcp89_disp, device, type, inst, pdisp); in mcp89_disp_new()
|
D | gm107.c | 113 return nvkm_disp_new_(&gm107_disp, device, type, inst, pdisp); in gm107_disp_new()
|
D | priv.h | 13 int nvkm_disp_new_(const struct nvkm_disp_func *, struct nvkm_device *, enum nvkm_subdev_type, int,
|
D | nv04.c | 119 ret = nvkm_disp_new_(&nv04_disp, device, type, inst, pdisp); in nv04_disp_new()
|
D | ga102.c | 152 return nvkm_disp_new_(&ga102_disp, device, type, inst, pdisp); in ga102_disp_new()
|
D | gk104.c | 310 return nvkm_disp_new_(&gk104_disp, device, type, inst, pdisp); in gk104_disp_new()
|
D | gp102.c | 199 return nvkm_disp_new_(&gp102_disp, device, type, inst, pdisp); in gp102_disp_new()
|
D | g84.c | 326 return nvkm_disp_new_(&g84_disp, device, type, inst, pdisp); in g84_disp_new()
|
D | gm200.c | 181 return nvkm_disp_new_(&gm200_disp, device, type, inst, pdisp); in gm200_disp_new()
|
D | gt215.c | 207 return nvkm_disp_new_(>215_disp, device, type, inst, pdisp); in gt215_disp_new()
|
D | tu102.c | 238 return nvkm_disp_new_(&tu102_disp, device, type, inst, pdisp); in tu102_disp_new()
|
D | g94.c | 376 return nvkm_disp_new_(&g94_disp, device, type, inst, pdisp); in g94_disp_new()
|
D | base.c | 447 nvkm_disp_new_(const struct nvkm_disp_func *func, struct nvkm_device *device, in nvkm_disp_new_() function
|
D | gv100.c | 1234 return nvkm_disp_new_(&gv100_disp, device, type, inst, pdisp); in gv100_disp_new()
|
D | gf119.c | 1239 return nvkm_disp_new_(&gf119_disp, device, type, inst, pdisp); in gf119_disp_new()
|
D | nv50.c | 1642 return nvkm_disp_new_(&nv50_disp, device, type, inst, pdisp); in nv50_disp_new()
|