✓ CI.checkpatch: success for XE HDCP Enablement (rev10)
Patchwork
patchwork at emeril.freedesktop.org
Wed Mar 6 03:50:08 UTC 2024
== Series Details ==
Series: XE HDCP Enablement (rev10)
URL : https://patchwork.freedesktop.org/series/129457/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
7d6fb25447372de10c7d82d450bf95e4b2e2a0ab
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4afd5e3f6ba7134fbd0304a979322bfd6b633dbd
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date: Wed Mar 6 08:12:48 2024 +0530
drm/xe/hdcp: Enable HDCP for XE
Enable HDCP for Xe by defining functions which take care of
interaction of HDCP as a client with the GSC CS interface.
Add intel_hdcp_gsc_message to Makefile and add corresponding
changes to xe_hdcp_gsc.c to make it build.
--v2
-add kfree at appropriate place [Daniele]
-remove useless define [Daniele]
-move host session logic to xe_gsc_submit.c [Daniele]
-call xe_gsc_check_and_update_pending directly in an if condition
[Daniele]
-use xe_device instead of drm_i915_private [Daniele]
--v3
-use xe prefix for newly exposed function [Daniele]
-remove client specific defines from intel_gsc_mtl_header [Daniele]
-add missing kfree() [Daniele]
-have NULL check for hdcp_message in finish function [Daniele]
-dont have too many variable declarations in the same line [Daniele]
--v4
-don't point the hdcp_message structure in xe_device to anything
until it properly gets initialized [Daniele]
--v5
-Squash commits for buildability
--v6
-Order includes alphabetically [Lucas]
Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch dd08fd912fdc1b72984a39852fdbee49b97b8ce4 drm-intel
087acb61801b drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
8c2d2433c67d drm/xe/hdcp: Use xe_device struct
adeff0a7b9a6 drm/xe: Use gsc_proxy_init_done to check proxy status
4afd5e3f6ba7 drm/xe/hdcp: Enable HDCP for XE
More information about the Intel-xe
mailing list