aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/properties.h2
1 files changed, 2 insertions, 0 deletions
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