Home
last modified time | relevance | path

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

/third_party/libdrm/nouveau/
Dnouveau-symbols.txt7 nouveau_bo_set_prime
Dnouveau.h152 int nouveau_bo_set_prime(struct nouveau_bo *, int *prime_fd);
Dnouveau.c823 nouveau_bo_set_prime(struct nouveau_bo *bo, int *prime_fd) in nouveau_bo_set_prime() function
/third_party/libdrm/tests/nouveau/
Dthreaded.c128 err = nouveau_bo_set_prime(bo, &import_fd); in main()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c148 return nouveau_bo_set_prime(bo, (int *)&whandle->handle) == 0; in nouveau_screen_bo_get_handle()