✓ CI.checkpatch: success for drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Nov 6 17:46:55 UTC 2024


== Series Details ==

Series: drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4 (rev3)
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 029870269a49d1cc5cb22768b3db88cc776b7110
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date:   Wed Nov 6 23:10:42 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]
    
    --v4
    -i915_reg_t should not be pointer [Jani]
    
    Bspec: 69964, 50493, 50054
    Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch 438ef86a725b59a171dba81fc258bb23a0ff536c drm-intel
029870269a49 drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4




More information about the Intel-xe mailing list