[v8 05/13] drm/i915/display: Attach content type property for LSPCON

Uma Shankar uma.shankar at intel.com
Tue Oct 13 22:53:04 UTC 2020


Content type is supported on HDMI sink devices. Attached the
property for the same for LSPCON based devices.

Signed-off-by: Uma Shankar <uma.shankar at intel.com>
---
 drivers/gpu/drm/i915/display/intel_dp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 88c44d39a1fa..858413be4e43 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -6696,6 +6696,7 @@ intel_dp_connector_register(struct drm_connector *connector)
 		drm_object_attach_property(&connector->base,
 					   connector->dev->mode_config.hdr_output_metadata_property,
 					   0);
+		drm_connector_attach_content_type_property(connector);
 	}
 
 	intel_attach_colorspace_property(connector);
-- 
2.26.2



More information about the Intel-gfx-trybot mailing list