Home
last modified time | relevance | path

Searched refs:nv50_disp_new_ (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dg84.c54 return nv50_disp_new_(&g84_disp, device, index, 2, pdisp); in g84_disp_new()
Dgt200.c54 return nv50_disp_new_(&gt200_disp, device, index, 2, pdisp); in gt200_disp_new()
Dg94.c55 return nv50_disp_new_(&g94_disp, device, index, 2, pdisp); in g94_disp_new()
Dgt215.c56 return nv50_disp_new_(&gt215_disp, device, index, 2, pdisp); in gt215_disp_new()
Dnv50.h51 int nv50_disp_new_(const struct nv50_disp_func *, struct nvkm_device *,
Dnv50.c144 nv50_disp_new_(const struct nv50_disp_func *func, struct nvkm_device *device, in nv50_disp_new_() function
841 return nv50_disp_new_(&nv50_disp, device, index, 2, pdisp); in nv50_disp_new()
Dgf119.c507 return nv50_disp_new_(func, device, index, heads, pdisp); in gf119_disp_new_()