From: Simon Ser Date: Mon, 4 Oct 2021 09:12:50 +0000 (+0000) Subject: drm/connector: refer to CTA-861-G in the "content type" prop docs X-Git-Tag: v6.1-rc5~617^2^2~1226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0a33067b957dfab876ae26b32695f09cdc2706d;p=platform%2Fkernel%2Flinux-starfive.git drm/connector: refer to CTA-861-G in the "content type" prop docs The KMS documentation doesn't say much about the meaning of each content type. Add a reference to the specification defining them. Signed-off-by: Simon Ser Cc: Emmanuel Gil Peyrot Cc: Daniel Vetter Cc: Jani Nikula Reviewed-by: Ville Syrjälä Reviewed-by: Pekka Paalanen Link: https://patchwork.freedesktop.org/patch/msgid/20211004091236.82010-1-contact@emersion.fr --- diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index 3bc782b..79d8163 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/drm/drm_connector.c @@ -1397,6 +1397,8 @@ EXPORT_SYMBOL(drm_connector_attach_dp_subconnector_property); * Game: * Content type is game * + * The meaning of each content type is defined in CTA-861-G table 15. + * * Drivers can set up this property by calling * drm_connector_attach_content_type_property(). Decoding to * infoframe values is done through drm_hdmi_avi_infoframe_content_type().