HomeSort by: relevance | last modified time | path
    Searched refs:nv50_disp_new_ (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_gp100.c 50 return nv50_disp_new_(&gp100_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_g84.c 51 return nv50_disp_new_(&g84_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_g94.c 51 return nv50_disp_new_(&g94_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gk104.c 51 return nv50_disp_new_(&gk104_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gk110.c 51 return nv50_disp_new_(&gk110_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gm107.c 51 return nv50_disp_new_(&gm107_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gm200.c 51 return nv50_disp_new_(&gm200_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gt200.c 51 return nv50_disp_new_(&gt200_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gt215.c 51 return nv50_disp_new_(&gt215_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_mcp77.c 49 return nv50_disp_new_(&mcp77_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_mcp89.c 49 return nv50_disp_new_(&mcp89_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gp102.c 77 return nv50_disp_new_(&gp102_disp, device, index, pdisp);
nv50.h 55 int nv50_disp_new_(const struct nv50_disp_func *, struct nvkm_device *,
nouveau_nvkm_engine_disp_tu102.c 156 return nv50_disp_new_(&tu102_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gf119.c 276 return nv50_disp_new_(&gf119_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_nv50.c 161 nv50_disp_new_(const struct nv50_disp_func *func, struct nvkm_device *device, function in typeref:typename:int
779 return nv50_disp_new_(&nv50_disp, device, index, pdisp);
nouveau_nvkm_engine_disp_gv100.c 451 return nv50_disp_new_(&gv100_disp, device, index, pdisp);

Completed in 74 milliseconds