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.
This commit is contained in:
Simon Ser 2022-06-03 16:02:40 +02:00 committed by Isaac Freund
parent bd7b42eb9f
commit 1b27d537d1
3 changed files with 6 additions and 0 deletions

View file

@ -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