Merge branch 'page-flip-event-prop' into 'master'

Draft: backend/drm: add support for PAGE_FLIP_EVENT property

See merge request wlroots/wlroots!5387
This commit is contained in:
Simon Ser 2026-06-13 14:38:44 +00:00
commit ba154c019b
5 changed files with 39 additions and 9 deletions

View file

@ -164,6 +164,7 @@ struct wlr_drm_connector_state {
bool vrr_enabled;
uint32_t colorspace;
uint32_t hdr_output_metadata;
bool page_flip_event;
};
/**

View file

@ -41,6 +41,7 @@ struct wlr_drm_crtc_props {
uint32_t active;
uint32_t mode_id;
uint32_t out_fence_ptr;
uint32_t page_flip_event;
};
struct wlr_drm_plane_props {