✗ CI.checkpatch: warning for series starting with [1/3] drm/i915: Move encoder suspend/shutdown helpers to intel_encoder.c

Patchwork patchwork at emeril.freedesktop.org
Mon Jun 17 17:30:22 UTC 2024


== Series Details ==

Series: series starting with [1/3] drm/i915: Move encoder suspend/shutdown helpers to intel_encoder.c
URL   : https://patchwork.freedesktop.org/series/134965/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b9a8b7e17388f56ec993c534363e6e677c19d5a5
Author: Imre Deak <imre.deak at intel.com>
Date:   Mon Jun 17 20:03:56 2024 +0300

    drm/xe: Use the encoder suspend helper also used by the i915 driver
    
    Use the suspend encoders helper which is also used by the i915 driver.
    This fixes an issue in the xe driver where the encoder
    suspend_complete() hook is not called and was an overlook when this hook
    was added in
    
    Commit b61fad5f7e5d ("drm/i915/tc: Call TypeC port flush_work/cleanup without modeset locks held")
    
    for i915, but not added to the xe driver (which was still in a separate
    source tree at the above point).
    
    Signed-off-by: Imre Deak <imre.deak at intel.com>
+ /mt/dim checkpatch 3b4eab7e82c7a1429e257890553ad571f320b8a3 drm-intel
6835e4bd9893 drm/i915: Move encoder suspend/shutdown helpers to intel_encoder.c
1d88c3b76172 drm/i915: Pass intel_display to the encoder suspend/shutdown helpers
b9a8b7e17388 drm/xe: Use the encoder suspend helper also used by the i915 driver
-:12: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#12: 
Commit b61fad5f7e5d ("drm/i915/tc: Call TypeC port flush_work/cleanup without modeset locks held")

total: 0 errors, 1 warnings, 0 checks, 36 lines checked




More information about the Intel-xe mailing list