render/drm_syncobj: add wlr_drm_syncobj_timeline_signal()

This commit is contained in:
Félix Poisot 2025-01-31 18:23:22 +00:00
parent abb6eeb422
commit 0af9b9d003
3 changed files with 13 additions and 5 deletions

View file

@ -90,6 +90,10 @@ bool wlr_drm_syncobj_timeline_transfer(struct wlr_drm_syncobj_timeline *dst,
*/
bool wlr_drm_syncobj_timeline_check(struct wlr_drm_syncobj_timeline *timeline,
uint64_t point, uint32_t flags, bool *result);
/**
* Signals a timeline point.
*/
bool wlr_drm_syncobj_timeline_signal(struct wlr_drm_syncobj_timeline *timeline, uint64_t point);
/**
* Asynchronously wait for a timeline point.
*