diff options
author | Simon Ser <contact@emersion.fr> | 2022-06-03 16:02:40 +0200 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2022-06-07 13:21:21 +0000 |
commit | 1b27d537d13c25c622bf50b8b1670e5a40b944d1 (patch) | |
tree | 71fcab1f721933d7259255e4cececc4f3584ff3a /include | |
parent | bd7b42eb9f182b3eef62a59c9da0ed9f2660440a (diff) |
backend/drm: unconditionally set "content type" to graphics
CTA-861-G says that "graphics" is used to indicate non-analog (ie,
digital) content. With that bit set, the sink should turn off analog
reconstruction and other related filtering.
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/drm/properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index 10c1ccd0..f6c6023a 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -20,6 +20,7 @@ union wlr_drm_connector_props { uint32_t subconnector; // not guaranteed to exist uint32_t non_desktop; uint32_t panel_orientation; // not guaranteed to exist + uint32_t content_type; // not guaranteed to exist // atomic-modesetting only |