Module drm_ffi::syncobj

source ·
Expand description

Bindings for DRM sync objects

Functions

  • Creates a syncobj.
  • Destroys a syncobj.
  • Imports a file descriptor exported by handle_to_fd back into a process-local handle.
  • Exports a syncobj as an inter-process file descriptor or as a poll()-able sync file.
  • Queries for state of one or more timeline syncobjs.
  • Resets (un-signals) one or more syncobjs.
  • Signals one or more syncobjs.
  • Signals one or more specific timeline syncobj points.
  • Waits for one or more specific timeline syncobj points.
  • Transfers one timeline syncobj point to another.
  • Waits for one or more syncobjs to become signalled.