From 1b27d537d13c25c622bf50b8b1670e5a40b944d1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 3 Jun 2022 16:02:40 +0200 Subject: 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. --- include/backend/drm/properties.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3