✗ CI.checkpatch: warning for Introduce helper for display workarounds and add Wa_16025573575

Patchwork patchwork at emeril.freedesktop.org
Mon Jun 30 22:43:40 UTC 2025


== Series Details ==

Series: Introduce helper for display workarounds and add Wa_16025573575
URL   : https://patchwork.freedesktop.org/series/150935/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 37c14fdc8239f3ef00c4603413ee6af1120d1177
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date:   Mon Jun 30 11:19:18 2025 +0530

    drm/i915/gmbus: Add Wa_16025573575 for PTL for bit-bashing
    
    As per Wa_16025573575 for PTL, set the GPIO masks bit before starting
    bit-bashing and maintain value through the bit-bashing sequence.
    After bit-bashing sequence is done, clear the GPIO masks bits.
    
    v2:
    -Use new helper for display workarounds. (Jani)
    -Use a separate if-block for the workaround. (Gustavo)
    
    Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch d9007d535ea106181346f9988c97aa73a9cdfb86 drm-intel
164179ba682e drm/i915/display_wa: Add helpers to check wa
-:58: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#58: FILE: drivers/gpu/drm/i915/display/intel_display_wa.h:32:
+#define intel_display_wa(__display, __wa) __intel_display_wa((__display), _intel_display_wa_expand(__wa))

total: 0 errors, 1 warnings, 0 checks, 43 lines checked
37c14fdc8239 drm/i915/gmbus: Add Wa_16025573575 for PTL for bit-bashing




More information about the Intel-xe mailing list