mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Merge pull request #1280 from emersion/drm-link-status
backend/drm: add support for the link-status property
This commit is contained in:
commit
885586a831
4 changed files with 34 additions and 7 deletions
|
|
@ -14,12 +14,13 @@ union wlr_drm_connector_props {
|
|||
struct {
|
||||
uint32_t edid;
|
||||
uint32_t dpms;
|
||||
uint32_t link_status; // not guaranteed to exist
|
||||
|
||||
// atomic-modesetting only
|
||||
|
||||
uint32_t crtc_id;
|
||||
};
|
||||
uint32_t props[3];
|
||||
uint32_t props[4];
|
||||
};
|
||||
|
||||
union wlr_drm_crtc_props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue