[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/xehp: GAM registers don't need to be re-applied on engine resets
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 25 02:16:01 UTC 2023
== Series Details ==
Series: series starting with [1/2] drm/i915/xehp: GAM registers don't need to be re-applied on engine resets
URL : https://patchwork.freedesktop.org/series/113298/
State : warning
== Summary ==
Error: dim checkpatch failed
96b9e69089af drm/i915/xehp: GAM registers don't need to be re-applied on engine resets
-:220: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__i915' - possible side-effects?
#220: FILE: drivers/gpu/drm/i915/i915_drv.h:699:
+#define IS_MTL_MEDIA_STEP(__i915, since, until) \
+ (IS_METEORLAKE(__i915) && \
+ IS_MEDIA_STEP(__i915, since, until))
total: 0 errors, 0 warnings, 1 checks, 173 lines checked
26af0011cd77 drm/i915/xehp: Annotate a couple more workaround registers as MCR
More information about the Intel-gfx
mailing list