Lines Matching +full:intel +full:- +full:test
3 /* test1- export buffer from intel, import same fd twice into nouveau,
5 test2 - export buffer from intel, import fd once, close fd, try import again
7 test3 - export buffer from intel, import twice on nouveau, check handle is the same
8 test4 - export handle twice from intel, import into nouveau twice, check handle is the same
23 int intel_fd = -1, intel_fd2 = -1, nouveau_fd = -1, nouveau_fd2 = -1;
76 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_import_twice()
96 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_import_twice_check_flink_name()
121 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_reimport_twice_check_flink_name()
127 /* create a new dma-buf */ in test_i915_nv_reimport_twice_check_flink_name()
210 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_import_vs_close()
231 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_double_import()
240 igt_assert(nvbo->handle == nvbo2->handle); in test_i915_nv_double_import()
247 /* export handle twice from one driver - import twice
255 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_double_export()
267 igt_assert(nvbo->handle == nvbo2->handle); in test_i915_nv_double_export()
274 /* export handle from intel driver - reimport to intel driver
281 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_self_import()
289 igt_assert(test_intel_bo->handle == test_intel_bo2->handle); in test_i915_self_import()
294 /* nouveau export reimport test */
307 igt_assert(nvbo->handle == nvbo2->handle); in test_nv_self_import()
312 /* export handle from intel driver - reimport to another intel driver bufmgr
319 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_self_import_to_different_fd()
331 /* nouveau export reimport to other driver test */
344 /* not sure what to test for, just make sure we don't explode */ in test_nv_self_import_to_different_fd()
354 igt_require(nouveau_fd != -1);
355 igt_require(nouveau_fd2 != -1);
356 igt_require(intel_fd != -1);
357 igt_require(intel_fd2 != -1);
359 /* set up intel bufmgr */
378 /* set up an intel batch buffer */