✗ Fi.CI.CHECKPATCH: warning for drm/i915: bdw+ pipe interrupt stuff

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 5 14:09:34 UTC 2024


== Series Details ==

Series: drm/i915: bdw+ pipe interrupt stuff
URL   : https://patchwork.freedesktop.org/series/134497/
State : warning

== Summary ==

Error: dim checkpatch failed
1e0bd32b8a29 drm/i915: Use REG_BIT() for bdw+ pipe interrupts
8711ec9d6af6 drm/i915: Document bdw+ pipe interrupt bits
31327a5af06b drm/i915: Sort bdw+ pipe interrupt bits
f181d09ea92d drm/i915: Extend GEN9_PIPE_PLANE_FLIP_DONE() to cover all universal planes
-:39: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'plane_id' - possible side-effects?
#39: FILE: drivers/gpu/drm/i915/i915_reg.h:2651:
+#define  GEN9_PIPE_PLANE_FLIP_DONE(plane_id) \
+	REG_BIT(((plane_id) >= PLANE_5 ? 16 - PLANE_5 : 3 - PLANE_1) + (plane_id)) /* skl+ */

total: 0 errors, 0 warnings, 1 checks, 18 lines checked
c5a53e5f5b21 drm/i915: Nuke the intermediate pipe fault bitmasks
45d472fc2a27 drm/i915: Enable pipeDMC fault interrupts on tgl+
386081d16cde drm/i915: Enable plane/pipeDMC ATS fault interrupts on mtl




More information about the Intel-gfx mailing list