backend/drm: add support for the link-status property

This commit is contained in:
emersion 2018-10-04 14:11:37 +02:00
parent 43af104fa3
commit f5a147b739
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 {