Home
last modified time | relevance | path

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

/external/libdrm/tests/nouveau/
Dthreaded.c75 struct nouveau_device *nvdev, *nvdev2; in main() local
118 err = nouveau_device_wrap(fd2, 0, &nvdev2); in main()
122 err = nouveau_bo_new(nvdev2, NOUVEAU_BO_GART, 0, 4096, NULL, &bo); in main()
137 nouveau_device_del(&nvdev2); in main()