Home
last modified time | relevance | path

Searched refs:nouveau_device_wrap (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/tests/nouveau/
Dthreaded.c120 err = nouveau_device_wrap(fd, 0, &nvdev); in main()
122 err = nouveau_device_wrap(fd2, 0, &nvdev2); in main()
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c19 ret = nouveau_device_wrap(fd, 0, &dev); in nouveau_drm_screen_create()
/external/libdrm/nouveau/
Dnouveau-symbol-check33 nouveau_device_wrap
Dnouveau.h82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
Dnouveau.c462 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) in nouveau_device_wrap() function
494 ret = nouveau_device_wrap(fd, 1, pdev); in nouveau_device_open()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c105 ret = nouveau_device_wrap(dri_screen->fd, 0, &screen->device); in nouveau_init_screen2()