✓ CI.checkpatch: success for drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 6 12:57:02 UTC 2024
== Series Details ==
Series: drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev2)
URL : https://patchwork.freedesktop.org/series/140994/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 012ab2653b0ca70ccab6d228197d16ff29d6a740
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date: Wed Nov 6 18:21:00 2024 +0530
drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
TRANS_DDI_FUNC_CTL asks us to disable hdcp line rekeying when not in
hdcp 2.2 and we are not using an hdmi transcoder and it need to be
enabled when we are using an HDMI transcoder to enable HDCP 1.4.
We use intel_de_rmw cycles to update TRANS_DDI_FUNC_CTL register so
we cannot depend on the value being 0 by default everytime which calls
for seprate handling of HDCP 1.4 case.
--v2
-Use the exising function and modify it based on a bool rather than
have a different function [Matt]
--v3
-No need for kzalloc [Jani]
Bspec: 69964, 50493, 50054
Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch 1a22f227428316a23509bc19a9868b2a1b3a1122 drm-intel
012ab2653b0c drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
More information about the Intel-xe
mailing list