✗ Fi.CI.CHECKPATCH: warning for drm/i915/xe3lpd: ptl display patches (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 24 22:46:11 UTC 2024
== Series Details ==
Series: drm/i915/xe3lpd: ptl display patches (rev3)
URL : https://patchwork.freedesktop.org/series/140196/
State : warning
== Summary ==
Error: dim checkpatch failed
2b6994afd790 drm/i915/xe3lpd: Update pmdemand programming
-:78: ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#78: FILE: drivers/gpu/drm/i915/display/intel_pmdemand.c:341:
+ }
+ else
total: 1 errors, 0 warnings, 0 checks, 161 lines checked
2d3f9dcda6bd drm/i915/xe3lpd: Disable HDCP Line Rekeying for Xe3
9c80de54bb94 drm/i915/xe3lpd: Add check to see if edp over type c is allowed
b0f22f4efabb drm/i915/ptl: Define IS_PANTHERLAKE macro
-:21: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'i915' may be better as '(i915)' to avoid precedence issues
#21: FILE: drivers/gpu/drm/i915/i915_drv.h:539:
+#define IS_PANTHERLAKE(i915) (0 && i915)
total: 0 errors, 0 warnings, 1 checks, 7 lines checked
f119df375600 drm/i915/cx0: Extend C10 check to PTL
614dc7fec38c drm/i915/cx0: Remove bus reset after every c10 transaction
504ac4424704 drm/i915/xe3lpd: Move async flip bit to PLANE_SURF register
afeaefeacd2a drm/i915/xe3: Underrun recovery does not exist post Xe2
3dc5b996b720 drm/i915/display/xe3: disable x-tiled framebuffers
ec96bb0d579a drm/i915/xe3lpd: Skip disabling VRR during modeset disable
4c999f7acc8d drm/i915/xe3lpd: Power request asserting/deasserting
-:95: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#95: FILE: drivers/gpu/drm/i915/i915_reg.h:4545:
+#define TCSS_DISP_MAILBOX_IN_CMD_DATA(x) TCSS_DISP_MAILBOX_IN_CMD_RUN_BUSY | \
+ REG_FIELD_PREP(TCSS_DISP_MAILBOX_IN_CMD_CMD_MASK, (x))
-:96: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#96: FILE: drivers/gpu/drm/i915/i915_reg.h:4546:
+ REG_FIELD_PREP(TCSS_DISP_MAILBOX_IN_CMD_CMD_MASK, (x))
total: 1 errors, 1 warnings, 0 checks, 65 lines checked
More information about the Intel-gfx
mailing list