✗ Fi.CI.CHECKPATCH: warning for drm/xe/display: Fix ADL-N detection
Patchwork
patchwork at emeril.freedesktop.org
Thu Apr 25 18:45:03 UTC 2024
== Series Details ==
Series: drm/xe/display: Fix ADL-N detection
URL : https://patchwork.freedesktop.org/series/132918/
State : warning
== Summary ==
Error: dim checkpatch failed
892efbcfdda2 drm/xe/display: Fix ADL-N detection
-:20: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#20:
xe 0000:00:02.0: drm_WARN_ON(!((dev_priv)->info.platform == XE_ALDERLAKE_S) && !((dev_priv)->info.platform == XE_ALDERLAKE_P))
-:36: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects?
#36: FILE: drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h:81:
+#define IS_ALDERLAKE_P(dev_priv) (IS_PLATFORM(dev_priv, XE_ALDERLAKE_P) || \
+ IS_PLATFORM(dev_priv, XE_ALDERLAKE_N))
total: 0 errors, 1 warnings, 1 checks, 9 lines checked
More information about the Intel-gfx
mailing list