backend/drm: add explicit sync support to multi-GPU blits

This commit is contained in:
Simon Ser 2024-08-05 19:12:53 +02:00
parent 3187479c07
commit d7223eae02
5 changed files with 60 additions and 10 deletions

View file

@ -141,6 +141,9 @@ struct wlr_drm_connector_state {
struct wlr_drm_fb *primary_fb;
struct wlr_drm_fb *cursor_fb;
struct wlr_drm_syncobj_timeline *wait_timeline;
uint64_t wait_point;
// used by atomic
uint32_t mode_id;
uint32_t gamma_lut;