Searched refs:sync_obj_handle2 (Results 1 – 1 of 1) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | hotunplug_tests.c | 352 uint32_t *ptr, sync_obj_handle, sync_obj_handle2; in amdgpu_hotunplug_with_exported_fence() local 411 CU_ASSERT_EQUAL(amdgpu_cs_import_syncobj(device2, shared_fd, &sync_obj_handle2), 0); in amdgpu_hotunplug_with_exported_fence() 423 CU_ASSERT_EQUAL(amdgpu_cs_syncobj_wait(device2, &sync_obj_handle2, 1, 100000000, 0, NULL), 0); in amdgpu_hotunplug_with_exported_fence() 425 CU_ASSERT_EQUAL(amdgpu_cs_destroy_syncobj(device2, sync_obj_handle2), 0); in amdgpu_hotunplug_with_exported_fence()
|