mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
backend/drm: add support for explicit sync APIs
This commit is contained in:
parent
26aa4f5f5c
commit
7aff45fa0d
5 changed files with 75 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ union wlr_drm_crtc_props {
|
|||
|
||||
uint32_t active;
|
||||
uint32_t mode_id;
|
||||
uint32_t out_fence_ptr;
|
||||
};
|
||||
uint32_t props[6];
|
||||
};
|
||||
|
|
@ -64,6 +65,7 @@ union wlr_drm_plane_props {
|
|||
uint32_t fb_id;
|
||||
uint32_t crtc_id;
|
||||
uint32_t fb_damage_clips;
|
||||
uint32_t in_fence_fd;
|
||||
};
|
||||
uint32_t props[14];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue