✓ CI.checkpatch: success for XE HDCP Enablement (rev9)
Patchwork
patchwork at emeril.freedesktop.org
Wed Mar 6 02:50:02 UTC 2024
== Series Details ==
Series: XE HDCP Enablement (rev9)
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 e077c8e83d7445149148d5906b2a4dfb713cfd45
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
5d1a96a40693 drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
dcc999b46d57 drm/xe/hdcp: Use xe_device struct
7935efdd4a36 drm/xe: Use gsc_proxy_init_done to check proxy status
e077c8e83d74 drm/xe/hdcp: Enable HDCP for XE
More information about the Intel-xe
mailing list