From 52c67284e25c6a31a260b4918132f7842e18532d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 10 Jan 2020 16:04:19 +0100 Subject: backend/drm: add support for adaptive_sync_enabled The vrr_capable and VRR_ENABLED properties are used. --- include/backend/drm/properties.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/backend/drm') diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index 28f0dbe4..810a03a3 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -16,6 +16,7 @@ union wlr_drm_connector_props { uint32_t dpms; uint32_t link_status; // not guaranteed to exist uint32_t path; + uint32_t vrr_capable; // not guaranteed to exist // atomic-modesetting only @@ -29,6 +30,7 @@ union wlr_drm_crtc_props { // Neither of these are guaranteed to exist uint32_t rotation; uint32_t scaling_mode; + uint32_t vrr_enabled; // atomic-modesetting only -- cgit v1.2.3