✗ CI.checkpatch: warning for Enhance debugfs for forcing joiner

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 26 19:13:43 UTC 2024


== Series Details ==

Series: Enhance debugfs for forcing joiner
URL   : https://patchwork.freedesktop.org/series/139161/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c14d82d232e37ceaff6d7060117e42d568b18ae0
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date:   Thu Sep 26 19:13:22 2024 +0530

    drm/i915/dp: Add helper to compute num pipes required
    
    Add a helper to compute the number of pipes required.
    This will depend on whether the joiner is required or is forced through
    the debugfs. If no joiner is required the helper returns 1.
    
    v2:
    -Return 1 if no joiner is required. (Ville)
    -Change the suffix from joined_pipes to num_pipes. (Ville)
    -Use number of pipes while calculating joined_pipe masks and
    max_dotclk. (Ville)
    v3: Simplify and rename the helper to intel_dp_num_joined_pipes(). Ville
    v4: Remove redundant 'fallthrough' statement. (Ville)
    
    Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
    Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch f82c02cc01798312082cc41feaa473538e517c7b drm-intel
6d690af7fec2 drm/i915/display_device: Add Check HAS_DSC for bigjoiner
-:27: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i915' - possible side-effects?
#27: FILE: drivers/gpu/drm/i915/display/intel_display_device.h:121:
+#define HAS_BIGJOINER(i915)		(DISPLAY_VER(i915) >= 11 && HAS_DSC(i915))

total: 0 errors, 0 warnings, 1 checks, 8 lines checked
7a12b2f07193 drm/i915/display_debugfs: Allow force joiner only if supported
bfe09d2e41bf drm/i915/display: Modify debugfs for joiner to force n pipes
c14d82d232e3 drm/i915/dp: Add helper to compute num pipes required




More information about the Intel-xe mailing list