✗ Fi.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 15:17:45 UTC 2025


== Series Details ==

Series: drm/i915/alpm: Introduce has_alpm to simplify alpm check in enable/disable
URL   : https://patchwork.freedesktop.org/series/148354/
State : warning

== Summary ==

Error: dim checkpatch failed
b0292017aea5 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-gfx mailing list