✗ CI.checkpatch: warning for drm/i915/display: Fix macro HAS_ULTRAJOINER
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 5 06:42:05 UTC 2025
== Series Details ==
Series: drm/i915/display: Fix macro HAS_ULTRAJOINER
URL : https://patchwork.freedesktop.org/series/149861/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1501bea97fc42130974a0f42ff7d4814752414df
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Thu Jun 5 10:56:16 2025 +0530
drm/i915/display: Fix macro HAS_ULTRAJOINER
Not all platforms that have display >= 20 support ultrajoiner.
Fix the macro HAS_ULTRAJOINER with correct platforms.
Bspec: 69556
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch d527f1a12f1a9cb4fbc43288c4e41a6f3c7c08cd drm-intel
1501bea97fc4 drm/i915/display: Fix macro HAS_ULTRAJOINER
-:23: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__display' - possible side-effects?
#23: FILE: drivers/gpu/drm/i915/display/intel_display_device.h:195:
+#define HAS_ULTRAJOINER(__display) (((__display)->platform.dgfx && \
+ DISPLAY_VER(__display) == 14) && HAS_DSC(__display))
total: 0 errors, 0 warnings, 1 checks, 11 lines checked
More information about the Intel-xe
mailing list