Home
last modified time | relevance | path

Searched refs:nouveau_drm_new (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/nouveau/
Dnouveau-symbol-check35 nouveau_drm_new
Dnouveau.h59 int nouveau_drm_new(int fd, struct nouveau_drm **);
Dnouveau.c329 nouveau_drm_new(int fd, struct nouveau_drm **pdrm) in nouveau_drm_new() function
468 ret = nouveau_drm_new(fd, &drm); in nouveau_device_wrap()
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c97 ret = nouveau_drm_new(dupfd, &drm); in nouveau_drm_screen_create()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c105 ret = nouveau_drm_new(dri_screen->fd, &screen->drm); in nouveau_init_screen2()