Searched refs:shared_fd (Results 1 - 3 of 3) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
H A D | hotunplug_tests.c | 362 int shared_fd; in amdgpu_hotunplug_with_exported_fence() local 409 CU_ASSERT_EQUAL(amdgpu_cs_export_syncobj(device_handle, sync_obj_handle, &shared_fd), 0); in amdgpu_hotunplug_with_exported_fence() 411 CU_ASSERT_EQUAL(amdgpu_cs_import_syncobj(device2, shared_fd, &sync_obj_handle2), 0); in amdgpu_hotunplug_with_exported_fence()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 767 int *shared_fd) in amdgpu_cs_export_syncobj() 772 return drmSyncobjHandleToFD(dev->fd, handle, shared_fd); in amdgpu_cs_export_syncobj() 776 int shared_fd, in amdgpu_cs_import_syncobj() 782 return drmSyncobjFDToHandle(dev->fd, shared_fd, handle); in amdgpu_cs_import_syncobj() 765 amdgpu_cs_export_syncobj(amdgpu_device_handle dev, uint32_t handle, int *shared_fd) amdgpu_cs_export_syncobj() argument 775 amdgpu_cs_import_syncobj(amdgpu_device_handle dev, int shared_fd, uint32_t *handle) amdgpu_cs_import_syncobj() argument
|
H A D | amdgpu.h | 1679 * \param shared_fd - \c [out] shared file descriptor. 1687 int *shared_fd); 1692 * \param shared_fd - \c [in] shared file descriptor. 1700 int shared_fd,
|
Completed in 5 milliseconds