Expand description
Bindings for DRM sync objects
Functionsยง
- create
- Creates a syncobj.
- destroy
- Destroys a syncobj.
- eventfd
- Register an eventfd to be signalled by a syncobj.
- fd_
to_ handle - Imports a file descriptor exported by
handle_to_fd
back into a process-local handle. - handle_
to_ fd - Exports a syncobj as an inter-process file descriptor or as a poll()-able sync file.
- query
- Queries for state of one or more timeline syncobjs.
- reset
- Resets (un-signals) one or more syncobjs.
- signal
- Signals one or more syncobjs.
- timeline_
signal - Signals one or more specific timeline syncobj points.
- timeline_
wait - Waits for one or more specific timeline syncobj points.
- transfer
- Transfers one timeline syncobj point to another.
- wait
- Waits for one or more syncobjs to become signalled.