From f5a147b739ebd33bc61996a179801775192b19ce Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 4 Oct 2018 14:11:37 +0200 Subject: backend/drm: add support for the link-status property --- include/backend/drm/properties.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/backend') diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index 5b17e77e..321b4492 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -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 { -- cgit v1.2.3