Lines Matching full:hdcp
261 * @drm_dev: drm_device for which HDCP revocation check is requested
262 * @ksvs: List of KSVs (HDCP receiver IDs)
265 * This function reads the HDCP System renewability Message(SRM Table)
266 * from userspace as a firmware and parses it for the revoked HDCP
275 * 1. Renewability chapter on 55th page of HDCP 1.4 specification
276 …* https://www.digital-cp.com/sites/default/files/specifications/HDCP%20Specification%20Rev1_4_Secu…
277 * 2. Renewability chapter on 63rd page of HDCP 2.2 specification
278 …* https://www.digital-cp.com/sites/default/files/specifications/HDCP%20on%20HDMI%20Specification%2…
319 { DRM_MODE_HDCP_CONTENT_TYPE0, "HDCP Type0" },
320 { DRM_MODE_HDCP_CONTENT_TYPE1, "HDCP Type1" },
330 * @hdcp_content_type: is HDCP Content Type property needed for connector in DRM_ENUM_NAME_FN()
334 * technologies, however it is most implemented by HDCP. in DRM_ENUM_NAME_FN()
336 * When hdcp_content_type is true enum property called HDCP Content Type is in DRM_ENUM_NAME_FN()
343 * Content type will be used during the HDCP 2.2 authentication. in DRM_ENUM_NAME_FN()
378 prop = drm_property_create_enum(dev, 0, "HDCP Content Type", in DRM_ENUM_NAME_FN()