render/drm_syncobj: add wlr_drm_syncobj_timeline_export()

This commit is contained in:
Simon Ser 2024-02-27 18:38:12 +01:00
parent 5552de65f8
commit edb867bc05
2 changed files with 13 additions and 0 deletions

View file

@ -62,6 +62,10 @@ struct wlr_drm_syncobj_timeline *wlr_drm_syncobj_timeline_ref(struct wlr_drm_syn
* Unreference a synchronization timeline.
*/
void wlr_drm_syncobj_timeline_unref(struct wlr_drm_syncobj_timeline *timeline);
/**
* Export a drm_syncobj FD from a timeline.
*/
int wlr_drm_syncobj_timeline_export(struct wlr_drm_syncobj_timeline *timeline);
/**
* Transfer a point from a timeline to another.
*