✗ CI.checkpatch: warning for drm/i915/display: convert intel_display.[ch] to struct intel_display

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 4 11:18:03 UTC 2025


== Series Details ==

Series: drm/i915/display: convert intel_display.[ch] to struct intel_display
URL   : https://patchwork.freedesktop.org/series/145758/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 122df7c820fffe22a84c76f3694f5f9ca6044049
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Tue Mar 4 12:27:34 2025 +0200

    drm/i915/display: convert intel_display.c to struct intel_display
    
    Going forward, struct intel_display is the main display device data
    pointer. Convert as much as possible of intel_display.c to struct
    intel_display.
    
    This exposes a couple of outside issues that need to be fixed as well,
    in a register macro and a DSI PLL stub.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 1cf56e26a93292ca26fbf891368b75a67e8700dc drm-intel
0911149bdc16 drm/i915/display: convert various port/phy helpers to struct intel_display
6630c36ce754 drm/i915/display: convert some intel_display.[ch] functions to struct intel_display
-:90: CHECK:CAMELCASE: Avoid CamelCase: <ILK_eDP_A_DISABLE>
#90: FILE: drivers/gpu/drm/i915/display/intel_display.c:7649:
+	if (display->platform.ironlake && (intel_de_read(display, FUSE_STRAP) & ILK_eDP_A_DISABLE))

total: 0 errors, 0 warnings, 1 checks, 421 lines checked
c9a779693ea7 drm/i915/display: convert intel_has_pending_fb_unpin() to struct intel_display
a58c920be408 drm/i915/display: remove dupe intel_update_watermarks() declaration
122df7c820ff drm/i915/display: convert intel_display.c to struct intel_display
-:948: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#948: FILE: drivers/gpu/drm/i915/display/intel_display.c:2801:
+				     TRANSCONF(display, cpu_transcoder)) & TRANSCONF_INTERLACE_MASK_HSW;

total: 0 errors, 1 warnings, 0 checks, 2718 lines checked




More information about the Intel-xe mailing list