Searched refs:drm_hdcp_check_ksvs_revoked (Results 1 – 3 of 3) sorted by relevance
/linux/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);
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_hdcp_helper.c | 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);
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 761 if (drm_hdcp_check_ksvs_revoked(&i915->drm, ksv_fifo, in intel_hdcp_auth_downstream() 868 if (drm_hdcp_check_ksvs_revoked(&i915->drm, bksv.shim, 1) > 0) { in intel_hdcp_auth() 1540 if (drm_hdcp_check_ksvs_revoked(&i915->drm, in hdcp2_authentication_key_exchange() 1751 if (drm_hdcp_check_ksvs_revoked(&i915->drm, in hdcp2_authenticate_repeater_topology()
|