Lines Matching refs:vgem
328 int vgem, dmabuf; in test_unload() local
332 vgem = __drm_open_driver(DRIVER_VGEM); in test_unload()
333 igt_require(vgem != -1); in test_unload()
334 close(vgem); in test_unload()
337 vgem = __drm_open_driver(DRIVER_VGEM); in test_unload()
338 igt_assert(vgem != -1); in test_unload()
347 vgem_create(vgem, &bo); in test_unload()
348 close(vgem); in test_unload()
354 vgem = __drm_open_driver(DRIVER_VGEM); in test_unload()
355 igt_assert(vgem != -1); in test_unload()
359 vgem_create(vgem, &bo); in test_unload()
360 dmabuf = prime_handle_to_fd(vgem, bo.handle); in test_unload()
361 close(vgem); in test_unload()
371 vgem = __drm_open_driver(DRIVER_VGEM); in test_unload()
372 igt_assert(vgem != -1); in test_unload()
376 vgem_create(vgem, &bo); in test_unload()
377 dmabuf = prime_handle_to_fd_for_mmap(vgem, bo.handle); in test_unload()
378 close(vgem); in test_unload()