✗ CI.checkpatch: warning for drm/i915/vrr: fix register file style

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 18 15:56:53 UTC 2025


== Series Details ==

Series: drm/i915/vrr: fix register file style
URL   : https://patchwork.freedesktop.org/series/150474/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b7fa222ad54fd0701b5555d7c43bdf171a755c68
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Wed Jun 18 18:51:37 2025 +0300

    drm/i915/vrr: fix register file style
    
    Fix indents, use of spaces vs. tabs, grouping, remove superfluous
    comments, remove some line continuations, wrap macro arguments in
    parens, rename dev_priv to display. This is the way.
    
    Cc: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
    Cc: Mitul Golani <mitulkumar.ajitkumar.golani at intel.com>
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 55cbd02fa784e94b4f658c1e547371ac804c62a9 drm-intel
b7fa222ad54f drm/i915/vrr: fix register file style
-:45: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#45: FILE: drivers/gpu/drm/i915/display/intel_vrr_regs.h:24:
+#define   XELPD_VRR_CTL_VRR_GUARDBAND(x)	REG_FIELD_PREP(XELPD_VRR_CTL_VRR_GUARDBAND_MASK, (x))

-:74: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#74: FILE: drivers/gpu/drm/i915/display/intel_vrr_regs.h:44:
+#define TRANS_VRR_VMAXSHIFT(display, trans)	_MMIO_TRANS2((display), (trans), _TRANS_VRR_VMAXSHIFT_A)

-:98: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#98: FILE: drivers/gpu/drm/i915/display/intel_vrr_regs.h:53:
+#define TRANS_VRR_STATUS(display, trans)	_MMIO_TRANS2((display), (trans), _TRANS_VRR_STATUS_A)

-:124: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#124: FILE: drivers/gpu/drm/i915/display/intel_vrr_regs.h:73:
+#define TRANS_VRR_VTOTAL_PREV(display, trans)	_MMIO_TRANS2((display), (trans), _TRANS_VRR_VTOTAL_PREV_A)

-:137: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#137: FILE: drivers/gpu/drm/i915/display/intel_vrr_regs.h:83:
+#define TRANS_VRR_FLIPLINE(display, trans)	_MMIO_TRANS2((display), (trans), _TRANS_VRR_FLIPLINE_A)

-:146: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#146: FILE: drivers/gpu/drm/i915/display/intel_vrr_regs.h:90:
+#define TRANS_VRR_STATUS2(display, trans)	_MMIO_TRANS2((display), (trans), _TRANS_VRR_STATUS2_A)

-:181: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#181: FILE: drivers/gpu/drm/i915/display/intel_vrr_regs.h:112:
+#define   EMP_AS_SDP_DB_TL(db_transmit_line)	REG_FIELD_PREP(EMP_AS_SDP_DB_TL_MASK, (db_transmit_line))

total: 0 errors, 7 warnings, 0 checks, 183 lines checked




More information about the Intel-xe mailing list