✓ CI.checkpatch: success for XE HDCP Enablement (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 27 06:40:51 UTC 2024
== Series Details ==
Series: XE HDCP Enablement (rev7)
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
0c154c094f54266ae5de84733202d44dc09fb988
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 74ca09f187af5b0fb5f1911ac736386431adff08
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date: Tue Feb 27 11:02:04 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
Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch b3552bf1e79de200a6ca49c518ead46a1256618c drm-intel
4e8b267bae00 drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
3236e112ba84 drm/xe/hdcp: Use xe_device struct
571779caafbb drm/xe: Use gsc_proxy_init_done to check proxy status
74ca09f187af drm/xe/hdcp: Enable HDCP for XE
More information about the Intel-xe
mailing list