On 18/01/2023 21:30, Mark Yacoub wrote:
From: Sean Paul <[email protected]>
This patch moves the hdcp atomic check from i915 to drm_hdcp so other
drivers can use it. No functional changes, just cleaned up some of the
code when moving it over.
Acked-by: Jani Nikula <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Reviewed-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Abhinav Kumar <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Signed-off-by: Mark Yacoub <[email protected]>
Link:
https://patchwork.freedesktop.org/patch/msgid/[email protected]
#v1
Link:
https://patchwork.freedesktop.org/patch/msgid/[email protected]
#v2
Link:
https://patchwork.freedesktop.org/patch/msgid/[email protected]
#v3
Link:
https://patchwork.freedesktop.org/patch/msgid/[email protected]
#v4
Link:
https://patchwork.freedesktop.org/patch/msgid/[email protected]
#v5
Changes in v2:
-None
Changes in v3:
-None
Changes in v4:
-None
Changes in v5:
-None
Changes in V6:
-Rebase: move helper from drm_hdcp.c to drm_hdcp_helper.c
---
drivers/gpu/drm/display/drm_hdcp_helper.c | 69 +++++++++++++++++++++
drivers/gpu/drm/i915/display/intel_atomic.c | 4 +-
drivers/gpu/drm/i915/display/intel_hdcp.c | 47 --------------
drivers/gpu/drm/i915/display/intel_hdcp.h | 3 -
include/drm/display/drm_hdcp_helper.h | 3 +
5 files changed, 74 insertions(+), 52 deletions(-)
With the hope that commit message is cleaned up:
Reviewed-by: Dmitry Baryshkov <[email protected]>
--
With best wishes
Dmitry