Function drm_ffi::syncobj::transfer

source ·
pub fn transfer(
    fd: BorrowedFd<'_>,
    src_handle: u32,
    dst_handle: u32,
    src_point: u64,
    dst_point: u64
) -> Result<drm_syncobj_transfer>
Expand description

Transfers one timeline syncobj point to another.