✗ CI.checkpatch: warning for drm/i915/display: Fix macro HAS_ULTRAJOINER (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 11 06:57:22 UTC 2025


== Series Details ==

Series: drm/i915/display: Fix macro HAS_ULTRAJOINER (rev2)
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 62484bdd15dcbcaac7279848cc9722a394861b27
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date:   Wed Jun 11 11:00:39 2025 +0530

    drm/i915/display: Fix macro HAS_ULTRAJOINER
    
    Currently, Ultrajoiner is supported only on Xe2_HPD.
    Update the HAS_ULTRAJOINER macro to reflect the same.
    
    v2: Clarify the commit message to specify platform. (Jani)
    
    Bspec: 69556
    Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch 7bc153635620254b73cfe8714ce42768b2bf6d60 drm-intel
62484bdd15dc drm/i915/display: Fix macro HAS_ULTRAJOINER
-:25: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__display' - possible side-effects?
#25: 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