pdisp             488 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 	       int index, struct nvkm_disp **pdisp)
pdisp             490 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 	if (!(*pdisp = kzalloc(sizeof(**pdisp), GFP_KERNEL)))
pdisp             492 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c 	return nvkm_disp_ctor(func, device, index, *pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/g84.c g84_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/g84.c 	return nv50_disp_new_(&g84_disp, device, index, pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c g94_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c 	return nv50_disp_new_(&g94_disp, device, index, pdisp);
pdisp             269 drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c gf119_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp             271 drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c 	return nv50_disp_new_(&gf119_disp, device, index, pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/gk104.c gk104_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/gk104.c 	return nv50_disp_new_(&gk104_disp, device, index, pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/gk110.c gk110_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/gk110.c 	return nv50_disp_new_(&gk110_disp, device, index, pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c gm107_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c 	return nv50_disp_new_(&gm107_disp, device, index, pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/gm200.c gm200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/gm200.c 	return nv50_disp_new_(&gm200_disp, device, index, pdisp);
pdisp              43 drivers/gpu/drm/nouveau/nvkm/engine/disp/gp100.c gp100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              45 drivers/gpu/drm/nouveau/nvkm/engine/disp/gp100.c 	return nv50_disp_new_(&gp100_disp, device, index, pdisp);
pdisp              70 drivers/gpu/drm/nouveau/nvkm/engine/disp/gp102.c gp102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              72 drivers/gpu/drm/nouveau/nvkm/engine/disp/gp102.c 	return nv50_disp_new_(&gp102_disp, device, index, pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c gt200_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c 	return nv50_disp_new_(&gt200_disp, device, index, pdisp);
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/gt215.c gt215_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              46 drivers/gpu/drm/nouveau/nvkm/engine/disp/gt215.c 	return nv50_disp_new_(&gt215_disp, device, index, pdisp);
pdisp             427 drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c gv100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp             429 drivers/gpu/drm/nouveau/nvkm/engine/disp/gv100.c 	return nv50_disp_new_(&gv100_disp, device, index, pdisp);
pdisp              42 drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c mcp77_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c 	return nv50_disp_new_(&mcp77_disp, device, index, pdisp);
pdisp              42 drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp89.c mcp89_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              44 drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp89.c 	return nv50_disp_new_(&mcp89_disp, device, index, pdisp);
pdisp              67 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c nv04_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp              71 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c 	ret = nvkm_disp_new_(&nv04_disp, device, index, pdisp);
pdisp              76 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c 		ret = nv04_head_new(*pdisp, i);
pdisp             157 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	       int index, struct nvkm_disp **pdisp)
pdisp             165 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	*pdisp = &disp->base;
pdisp             772 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c nv50_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp             774 drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c 	return nv50_disp_new_(&nv50_disp, device, index, pdisp);
pdisp             149 drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c tu102_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp)
pdisp             151 drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c 	return nv50_disp_new_(&tu102_disp, device, index, pdisp);