Merge pull request #1280 from emersion/drm-link-status

backend/drm: add support for the link-status property
This commit is contained in:
Scott Anderson 2018-10-08 21:01:30 +02:00 committed by GitHub
commit 885586a831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 7 deletions

View file

@ -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 {