Searched refs:nouveau_device_wrap (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/nouveau/ |
| H A D | threaded.c | 120 err = nouveau_device_wrap(fd, 0, &nvdev); 122 err = nouveau_device_wrap(fd2, 0, &nvdev2);
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| H A D | nouveau.h | 82 int nouveau_device_wrap(int fd, int close, struct nouveau_device **);
|
| H A D | nouveau.c | 366 /* this is the old libdrm's version of nouveau_device_wrap(), the symbol 472 nouveau_device_wrap(int fd, int close, struct nouveau_device **pdev) function in typeref:typename:drm_public int 504 ret = nouveau_device_wrap(fd, 1, pdev);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv_driver.c | 316 ret = nouveau_device_wrap(fd, 0, &dev); 325 ret = nouveau_device_wrap(fd, 1, &dev); 770 ret = nouveau_device_wrap(pNVEnt->fd, 0, &pNv->dev);
|
Completed in 5 milliseconds