[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: (mostly) PSR related register cleanups (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 12 00:51:28 UTC 2023
== Series Details ==
Series: drm/i915: (mostly) PSR related register cleanups (rev3)
URL : https://patchwork.freedesktop.org/series/115708/
State : warning
== Summary ==
Error: dim checkpatch failed
bbba159d0621 drm/i915: Fix up whitespace in some display chicken registers
9133d1719ae0 drm/i915: Clean up various display chicken registers
-:182: WARNING:LONG_LINE: line length of 124 exceeds 100 columns
#182: FILE: drivers/gpu/drm/i915/i915_reg.h:5122:
+#define TRANS_CHICKEN2_FRAME_START_DELAY(x) REG_FIELD_PREP(TRANS_CHICKEN2_FRAME_START_DELAY_MASK, (x)) /* 0-3 */
total: 0 errors, 1 warnings, 0 checks, 165 lines checked
80df48f1404d drm/i915/psr: Clean up PSR register defininitions
-:283: WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#283: FILE: drivers/gpu/drm/i915/display/intel_psr_regs.h:141:
+ EDP_PSR2_IO_BUFFER_WAKE_MAX_LINES - (lines))
-:290: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#290: FILE: drivers/gpu/drm/i915/display/intel_psr_regs.h:145:
+ (lines) - TGL_EDP_PSR2_IO_BUFFER_WAKE_MIN_LINES)
-:296: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#296: FILE: drivers/gpu/drm/i915/display/intel_psr_regs.h:149:
+ EDP_PSR2_FAST_WAKE_MAX_LINES - (lines))
-:313: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#313: FILE: drivers/gpu/drm/i915/display/intel_psr_regs.h:153:
+ (lines) - TGL_EDP_PSR2_FAST_WAKE_MIN_LINES)
total: 0 errors, 4 warnings, 0 checks, 329 lines checked
fc1fe53c6302 drm/i915/psr: Use intel_de_rmw()
f996a3f9afb0 drm/i915/psr: Define more PSR mask bits
f595552e25b4 drm/i915/psr: Add a FIXME for the PSR vs. AUX usage conflict
6d16d3fa5141 drm/i915/psr: Include PSR_PERF_CNT in debugfs output on all platforms
4a1cbd8f9b24 drm/i915/psr: Sprinkle cpu_transcoder variables around
-:150: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#150: FILE: drivers/gpu/drm/i915/display/intel_psr.c:1206:
+ intel_de_read(dev_priv, EDP_PSR2_CTL(cpu_transcoder)) & EDP_PSR2_ENABLE);
total: 0 errors, 1 warnings, 0 checks, 387 lines checked
More information about the Intel-gfx
mailing list