✗ CI.checkpatch: warning for series starting with [CI,1/2] drm/xe/bmg: implement Wa_16023588340
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 3 16:42:56 UTC 2024
== Series Details ==
Series: series starting with [CI,1/2] drm/xe/bmg: implement Wa_16023588340
URL : https://patchwork.freedesktop.org/series/135699/
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 e2c9beebfe5117cc37edcb72b0828bf4424b7eac
Author: Matthew Auld <matthew.auld at intel.com>
Date: Wed Jul 3 13:43:39 2024 +0100
drm/i915: disable fbc due to Wa_16023588340
On BMG-G21 we need to disable fbc due to complications around the WA.
v2:
- Try to handle with i915_drv.h and compat layer. (Rodrigo)
v3:
- For simplicity retreat back to the original design for now.
- Drop the extra \ from the Makefile (Jani)
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: Jani Nikula <jani.nikula at intel.com>
Cc: intel-gfx at lists.freedesktop.org
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch f9bae9be5922368e36324928b898ff4de5280e30 drm-intel
2bdecae49c9f drm/xe/bmg: implement Wa_16023588340
e2c9beebfe51 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'
-:39: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#39: 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; }
-:92: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#92:
new file mode 100644
total: 0 errors, 2 warnings, 0 checks, 66 lines checked
More information about the Intel-xe
mailing list