✓ CI.checkpatch: success for drm/i915/hdcp: Fix when the first read and write are retried

Patchwork patchwork at emeril.freedesktop.org
Mon Nov 4 04:05:44 UTC 2024


== Series Details ==

Series: drm/i915/hdcp: Fix when the first read and write are retried
URL   : https://patchwork.freedesktop.org/series/140853/
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 b043d3315f0461eb63decce64be15087f3aebfb9
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date:   Mon Nov 4 09:29:51 2024 +0530

    drm/i915/hdcp: Fix when the first read and write are retried
    
    Make sure that the first read/write in hdcp2_authentication_key_exchange
    are only retried when we have either DP/DPMST encoder connected,
    since we do this to give docks and dp encoders some extra time to
    get their HDCP DPCD registers ready only for DP/DPMST encoders as
    this issue is only observed here no need to burden other encoders
    with extra retries as this causes the HDMI connector to have some
    other timing issue and fails HDCP authentication.
    
    --v2
    -Add intent of patch [Chaitanya]
    -Add reasoning for loop [Jani]
    -Make sure we forfiet the 50ms wait for non DP/DPMST encoders.
    
    --v3
    -Remove the is_dp_encoder check [Jani/Chaitanya]
    -Make the commit message more clearer [Jani]
    
    Fixes: 9d5a05f86d2f ("drm/i915/hdcp: Retry first read and writes to downstream")
    Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
    Reviewed-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
+ /mt/dim checkpatch e1ed3c4d5631c655c0b97dd481b5334d67ccc8e6 drm-intel
b043d3315f04 drm/i915/hdcp: Fix when the first read and write are retried




More information about the Intel-xe mailing list