Lines Matching full:content
1046 * Content Protection:
1048 * content communicated over the link. When requested, kernel will apply
1058 * The link is not protected, content is transmitted in the clear.
1060 * Userspace has requested content protection, but the link is not
1062 * Content Protection as soon as possible.
1064 * Userspace has requested content protection, and the link is
1093 * HDCP Content Type:
1094 * This Enum property is used by the userspace to declare the content type
1096 * display content that userspace intended to display through HDCP
1099 * Content Type of a stream is decided by the owner of the stream, as
1106 * When kernel starts the HDCP authentication (see "Content Protection"
1107 * for details), it uses the content type in "HDCP Content Type"
1111 * HDCP 2.2 for Content Type 0/Content Type 1. Where as a link can be
1112 * authenticated with HDCP1.4 only for Content Type 0(though it is implicit
1113 * in nature. As there is no reference for Content Type in HDCP1.4).
1115 * HDCP2.2 authentication protocol itself takes the "Content Type" as a
1118 * In case of Type 0 content protection request, kernel driver can choose
1121 * that content to a HDCP 1.4 authenticated HDCP sink (Type0 link).
1122 * But if the content is classified as "HDCP Type 1", above mentioned
1123 * HDCP 2.2 repeater wont send the content to the HDCP sink as it can't
1127 * kernel driver to achieve the "HDCP Content Type".
1129 * At current scenario, classifying a content as Type 1 ensures that the
1130 * content will be displayed only through the HDCP2.2 encrypted link.
1132 * Note that the HDCP Content Type property is introduced at HDCP 2.2, and
1135 * HDCP specs are defined content Type could be used for higher versions
1138 * If content type is changed when "Content Protection" is not UNDESIRED,
1140 * same atomic commit. And when "Content Protection" is ENABLED, it means
1142 * the Type of stream mentioned at "HDCP Content Type".
1158 * of the video/game/app content which are encoded in HDR (basically
1356 * content type (HDMI specific):
1357 * Indicates content type setting to be used in HDMI infoframes to indicate
1358 * content type for the external device, so that it adjusts its display
1364 * Content type is unknown
1366 * Content type is graphics
1368 * Content type is photo
1370 * Content type is cinema
1372 * Content type is game
1380 * drm_connector_attach_content_type_property - attach content-type property
1381 * @connector: connector to attach content type property on.
1398 * content type information, based
1629 * observed as stuttering for content with motion.
1638 * Not all userspace content is suitable for use with variable refresh rate.
1661 * content on the CRTC is suitable for variable refresh rate presentation.
1884 * drm_mode_create_content_type_property - create content type property
1899 drm_property_create_enum(dev, 0, "content type", in drm_mode_create_content_type_property()