On 2020-02-12 at 15:59:37 +0530, Ramalingam C wrote:
Combined HDCP patches together. Few for DRM SRM handling and few more for hdcp2.2 compliance fix at I915.
v2: minor changes in i915 related 3 patches.
Ramalingam C (5): drm/hdcp: optimizing the srm handling drm/hdcp: fix DRM_HDCP_2_KSV_COUNT_2_LSBITS
Thanks for the review. Above two patches are submitted into drm-misc-next.
-Ram
drm/i915: terminate reauth at stream management failure drm/i915: dont retry stream management at seq_num_m roll over drm/i915/hdcp: conversion to struct drm_device based logging macros.
drivers/gpu/drm/drm_hdcp.c | 158 +++++++----------- drivers/gpu/drm/drm_internal.h | 4 - drivers/gpu/drm/drm_sysfs.c | 2 - drivers/gpu/drm/i915/display/intel_hdcp.c | 189 +++++++++++++--------- include/drm/drm_hdcp.h | 6 +- 5 files changed, 171 insertions(+), 188 deletions(-)
-- 2.20.1