== 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