backend/drm: add support for PAGE_FLIP_EVENT property

This commit is contained in:
Simon Ser 2026-05-30 19:07:51 +02:00
parent b287e361fc
commit 8e5f68833d
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;
};
/**