✗ CI.checkpatch: warning for drm/i915/alpm: Introduce has_alpm to simplify alpm check in enable/disable

Patchwork patchwork at emeril.freedesktop.org
Mon Apr 28 11:29:17 UTC 2025


== Series Details ==

Series: drm/i915/alpm: Introduce has_alpm to simplify alpm check in enable/disable
URL   : https://patchwork.freedesktop.org/series/148355/
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 2b67d1894d695719716a8ab33cb5f2d88195fca7
Author: Animesh Manna <animesh.manna at intel.com>
Date:   Mon Apr 28 15:28:38 2025 +0530

    drm/i915/alpm: Introduce has_alpm to simplify alpm check in enable/disable
    
    Simplify alpm check in enable/disable with has_alpm.
    Add a check for alpm during lobf disable which can be enabled
    with panel replay/psr2.
    
    Suggested-by: Jouni Högander <jouni.hogander at intel.com>
    Signed-off-by: Animesh Manna <animesh.manna at intel.com>
+ /mt/dim checkpatch 4dfede9f7f69716060d29d84a1267f893da9dbee drm-intel
2b67d1894d69 drm/i915/alpm: Introduce has_alpm to simplify alpm check in enable/disable
-:49: WARNING:LINE_SPACING: Missing a blank line after declarations
#49: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:424:
+			u32 alpm_ctl = intel_de_read(display, ALPM_CTL(display, cpu_transcoder));
+			if (alpm_ctl & ALPM_CTL_LOBF_ENABLE) {

-:51: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#51: FILE: drivers/gpu/drm/i915/display/intel_alpm.c:426:
+				intel_de_write(display, ALPM_CTL(display, cpu_transcoder), alpm_ctl);

total: 0 errors, 2 warnings, 0 checks, 66 lines checked




More information about the Intel-xe mailing list