✗ CI.checkpatch: warning for series starting with [1/2] drm/xe/bmg: implement Wa_16023588340

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 19 14:37:33 UTC 2024


== Series Details ==

Series: series starting with [1/2] drm/xe/bmg: implement Wa_16023588340
URL   : https://patchwork.freedesktop.org/series/135061/
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 2d6987ba7e4c9262dcbe786d55b46d7840f4462c
Author: Matthew Auld <matthew.auld at intel.com>
Date:   Wed Jun 19 15:31:27 2024 +0100

    drm/i915: disable fbc due to Wa_16023588340
    
    On BMG-G21 we need to disable fbc due to complications around the WA.
    
    Signed-off-by: Matthew Auld <matthew.auld at intel.com>
    Cc: Jonathan Cavitt <jonathan.cavitt at intel.com>
    Cc: Matt Roper <matthew.d.roper at intel.com>
    Cc: Lucas De Marchi <lucas.demarchi at intel.com>
    Cc: Vinod Govindapillai <vinod.govindapillai at intel.com>
    Cc: intel-gfx at lists.freedesktop.org
+ /mt/dim checkpatch 207282b212f760b65686198827bbb9b429a1ab90 drm-intel
4264c4bb5004 drm/xe/bmg: implement Wa_16023588340
2d6987ba7e4c drm/i915: disable fbc due to Wa_16023588340
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:30: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#30: FILE: drivers/gpu/drm/i915/display/intel_display_wa.h:16:
+static inline bool intel_display_needs_wa_16023588340(struct drm_i915_private *i915) { return false; }

-:83: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#83: 
new file mode 100644

total: 0 errors, 2 warnings, 0 checks, 66 lines checked




More information about the Intel-xe mailing list