Searched refs:drm_hdcp_check_ksvs_revoked (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_hdcp_helper.h | 17 int drm_hdcp_check_ksvs_revoked(struct drm_device *dev, u8 *ksvs, u32 ksv_count);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_hdcp.c | 261 * drm_hdcp_check_ksvs_revoked - Check the revoked status of the IDs 285 int drm_hdcp_check_ksvs_revoked(struct drm_device *drm_dev, u8 *ksvs, in drm_hdcp_check_ksvs_revoked() function 311 EXPORT_SYMBOL_GPL(drm_hdcp_check_ksvs_revoked); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_hdcp_helper.c | 259 * drm_hdcp_check_ksvs_revoked - Check the revoked status of the IDs 283 int drm_hdcp_check_ksvs_revoked(struct drm_device *drm_dev, u8 *ksvs, in drm_hdcp_check_ksvs_revoked() function 309 EXPORT_SYMBOL_GPL(drm_hdcp_check_ksvs_revoked); variable
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_hdcp.h | 294 int drm_hdcp_check_ksvs_revoked(struct drm_device *dev,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 583 if (drm_hdcp_check_ksvs_revoked(&dev_priv->drm, ksv_fifo, in intel_hdcp_auth_downstream() 690 if (drm_hdcp_check_ksvs_revoked(&dev_priv->drm, bksv.shim, 1) > 0) { in intel_hdcp_auth() 1344 if (drm_hdcp_check_ksvs_revoked(&dev_priv->drm, in hdcp2_authentication_key_exchange() 1545 if (drm_hdcp_check_ksvs_revoked(&dev_priv->drm, in hdcp2_authenticate_repeater_topology()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 672 if (drm_hdcp_check_ksvs_revoked(&i915->drm, ksv_fifo, in intel_hdcp_auth_downstream() 779 if (drm_hdcp_check_ksvs_revoked(&i915->drm, bksv.shim, 1) > 0) { in intel_hdcp_auth() 1457 if (drm_hdcp_check_ksvs_revoked(&i915->drm, in hdcp2_authentication_key_exchange() 1664 if (drm_hdcp_check_ksvs_revoked(&i915->drm, in hdcp2_authenticate_repeater_topology()
|
Completed in 9 milliseconds