✓ CI.checkpatch: success for drm/i915/xe3lpd: Update HDCP rekying bit
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 4 22:56:44 UTC 2024
== Series Details ==
Series: drm/i915/xe3lpd: Update HDCP rekying bit
URL : https://patchwork.freedesktop.org/series/140891/
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 fa205289506599310f5bb3ae27499ec8f3b5797d
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date: Tue Nov 5 00:20:55 2024 +0530
drm/i915/xe3lpd: Update HDCP rekying bit
The TRANS_DDI_FUNC_CTL bit used to enable/disable HDCP rekeying
has moved from bit 12 (Xe2) to bit 15 (Xe3); update the RMW
toggle accordingly.
Also drop the misleading workaround comment tag on this function
since disabling of HDCP rekeying is something that happens on
all platforms, not just those impacted by that workaround.
While we're here, also re-order the if/else ladder to use
standard "newest platform first" order.
v2: add additional definition instead of function, commit message typo
fix and update.
v3: restore lost conditional from v2.
v4: subject line and subject message updated, fix the if ladder order,
fix the bit definition order.
v5: Add the bspec link and remove the Wa comment tag
v6: Rebase over new changes
v7: Fix commit subject and message, reladder the if/else blocks
Bspec: 69964
Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch a4532bcf5eea0cfdb56fbdc3195a2d15d193727b drm-intel
fa2052895065 drm/i915/xe3lpd: Update HDCP rekying bit
More information about the Intel-xe
mailing list