aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_connector.h')
-rw-r--r--include/drm/drm_connector.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
index f82701d49ea6..994161374a49 100644
--- a/include/drm/drm_connector.h
+++ b/include/drm/drm_connector.h
@@ -366,6 +366,12 @@ struct drm_display_info {
366 bool has_hdmi_infoframe; 366 bool has_hdmi_infoframe;
367 367
368 /** 368 /**
369 * @rgb_quant_range_selectable: Does the sink support selecting
370 * the RGB quantization range?
371 */
372 bool rgb_quant_range_selectable;
373
374 /**
369 * @edid_hdmi_dc_modes: Mask of supported hdmi deep color modes. Even 375 * @edid_hdmi_dc_modes: Mask of supported hdmi deep color modes. Even
370 * more stuff redundant with @bus_formats. 376 * more stuff redundant with @bus_formats.
371 */ 377 */