render/drm_syncobj: add wlr_drm_syncobj_timeline_import()

This commit is contained in:
Simon Ser 2021-10-21 15:02:09 +02:00
parent 7fc00ef777
commit ea75aa3065
2 changed files with 23 additions and 0 deletions

View file

@ -37,6 +37,11 @@ struct wlr_drm_syncobj_timeline {
* Create a new synchronization timeline.
*/
struct wlr_drm_syncobj_timeline *wlr_drm_syncobj_timeline_create(int drm_fd);
/**
* Import a timeline from a drm_syncobj FD.
*/
struct wlr_drm_syncobj_timeline *wlr_drm_syncobj_timeline_import(int drm_fd,
int drm_syncobj_fd);
/**
* Reference a synchronization timeline.
*/