✗ CI.checkpatch: warning for drm/dp: Limit the DPCD probe quirk to the affected monitor (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 4 10:13:19 UTC 2025


== Series Details ==

Series: drm/dp: Limit the DPCD probe quirk to the affected monitor (rev3)
URL   : https://patchwork.freedesktop.org/series/149773/
State : warning

== 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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 79b14264733843bc1e987277e71471ac0e8fd601
Author: Imre Deak <imre.deak at intel.com>
Date:   Tue Jun 3 15:15:43 2025 +0300

    drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required
    
    Reading DPCD registers has side-effects and some of these can cause a
    problem for instance during link training. Based on this it's better to
    avoid the probing quirk done before each DPCD register read, limiting
    this to the monitor which requires it. The only known problematic
    monitor is an external SST sink, so keep the quirk disabled always for
    eDP and MST sinks. Reenable the quirk after a hotplug event and after
    resuming from a power state without hotplug support, until the
    subsequent EDID based detection.
    
    Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
    Cc: Jani Nikula <jani.nikula at linux.intel.com>
    Signed-off-by: Imre Deak <imre.deak at intel.com>
+ /mt/dim checkpatch 6517275da428d10d60b2762385ca7daa3a382754 drm-intel
f4debfad7a50 drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS
-:42: WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?

total: 0 errors, 1 warnings, 0 checks, 8 lines checked
ea840059fc29 drm/edid: Add support for quirks visible to DRM core and drivers
ad60a0cee746 drm/dp: Add an EDID quirk for the DPCD register access probe
79b142647338 drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required




More information about the Intel-xe mailing list