Lines Matching full:content

1054  * Content Protection:
1056 * content communicated over the link. When requested, kernel will apply
1066 * The link is not protected, content is transmitted in the clear.
1068 * Userspace has requested content protection, but the link is not
1070 * Content Protection as soon as possible.
1072 * Userspace has requested content protection, and the link is
1101 * HDCP Content Type:
1102 * This Enum property is used by the userspace to declare the content type
1104 * display content that userspace intended to display through HDCP
1107 * Content Type of a stream is decided by the owner of the stream, as
1114 * When kernel starts the HDCP authentication (see "Content Protection"
1115 * for details), it uses the content type in "HDCP Content Type"
1119 * HDCP 2.2 for Content Type 0/Content Type 1. Where as a link can be
1120 * authenticated with HDCP1.4 only for Content Type 0(though it is implicit
1121 * in nature. As there is no reference for Content Type in HDCP1.4).
1123 * HDCP2.2 authentication protocol itself takes the "Content Type" as a
1126 * In case of Type 0 content protection request, kernel driver can choose
1129 * that content to a HDCP 1.4 authenticated HDCP sink (Type0 link).
1130 * But if the content is classified as "HDCP Type 1", above mentioned
1131 * HDCP 2.2 repeater wont send the content to the HDCP sink as it can't
1135 * kernel driver to achieve the "HDCP Content Type".
1137 * At current scenario, classifying a content as Type 1 ensures that the
1138 * content will be displayed only through the HDCP2.2 encrypted link.
1140 * Note that the HDCP Content Type property is introduced at HDCP 2.2, and
1143 * HDCP specs are defined content Type could be used for higher versions
1146 * If content type is changed when "Content Protection" is not UNDESIRED,
1148 * same atomic commit. And when "Content Protection" is ENABLED, it means
1150 * the Type of stream mentioned at "HDCP Content Type".
1166 * of the video/game/app content which are encoded in HDR (basically
1364 * content type (HDMI specific):
1365 * Indicates content type setting to be used in HDMI infoframes to indicate
1366 * content type for the external device, so that it adjusts its display
1372 * Content type is unknown
1374 * Content type is graphics
1376 * Content type is photo
1378 * Content type is cinema
1380 * Content type is game
1388 * drm_connector_attach_content_type_property - attach content-type property
1389 * @connector: connector to attach content type property on.
1406 * content type information, based
1638 * observed as stuttering for content with motion.
1647 * Not all userspace content is suitable for use with variable refresh rate.
1670 * content on the CRTC is suitable for variable refresh rate presentation.
1893 * drm_mode_create_content_type_property - create content type property
1908 drm_property_create_enum(dev, 0, "content type", in drm_mode_create_content_type_property()