✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms
Patchwork
patchwork at emeril.freedesktop.org
Sat Apr 19 00:08:56 UTC 2025
== Series Details ==
Series: drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms
URL : https://patchwork.freedesktop.org/series/147987/
State : warning
== Summary ==
Error: dim checkpatch failed
c5649d6a3089 drm/i915/guc: Enable DUAL_QUEUE_WA for newer platforms
-:25: WARNING:TYPO_SPELLING: 'atleast' may be misspelled - perhaps 'at least'?
#25: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:28:
+ * Check that the GT is a graphics GT and has atleast minimum IP version.
^^^^^^^
-:27: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'gt' - possible side-effects?
#27: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:30:
+#define IS_GFX_GT_IP_ATLEAST(gt, from) ( \
+ BUILD_BUG_ON_ZERO((from) < IP_VER(2, 0)) + \
+ ((gt)->type != GT_MEDIA && \
+ GRAPHICS_VER_FULL((gt)->i915) >= (from)))
-:27: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'from' - possible side-effects?
#27: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:30:
+#define IS_GFX_GT_IP_ATLEAST(gt, from) ( \
+ BUILD_BUG_ON_ZERO((from) < IP_VER(2, 0)) + \
+ ((gt)->type != GT_MEDIA && \
+ GRAPHICS_VER_FULL((gt)->i915) >= (from)))
total: 0 errors, 1 warnings, 2 checks, 36 lines checked
More information about the Intel-gfx
mailing list