mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
Enable parsing of TILE info for DRM backend
This commit is contained in:
parent
3a685b10b6
commit
21fecd6015
6 changed files with 59 additions and 1 deletions
|
|
@ -20,12 +20,13 @@ union wlr_drm_connector_props {
|
|||
uint32_t subconnector; // not guaranteed to exist
|
||||
uint32_t non_desktop;
|
||||
uint32_t panel_orientation; // not guaranteed to exist
|
||||
uint32_t tile;
|
||||
|
||||
// atomic-modesetting only
|
||||
|
||||
uint32_t crtc_id;
|
||||
};
|
||||
uint32_t props[4];
|
||||
uint32_t props[8];
|
||||
};
|
||||
|
||||
union wlr_drm_crtc_props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue