== Series Details == Series: drm/i915: (mostly) PSR related register cleanups (rev2) URL : https://patchwork.freedesktop.org/series/115708/ State : warning == Summary == Error: dim checkpatch failed c68fc57101a3 drm/i915: Fix up whitespace in some display chicken registers 07f7a824fe2d 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:6142: +#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 cf970e6747ce drm/i915/psr: Clean up PSR register defininitions -:281: WARNING:LONG_LINE: line length of 107 exceeds 100 columns #281: FILE: drivers/gpu/drm/i915/i915_reg.h:2240: + EDP_PSR2_IO_BUFFER_WAKE_MAX_LINES - (lines)) -:288: WARNING:LONG_LINE: line length of 111 exceeds 100 columns #288: FILE: drivers/gpu/drm/i915/i915_reg.h:2244: + (lines) - TGL_EDP_PSR2_IO_BUFFER_WAKE_MIN_LINES) -:294: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #294: FILE: drivers/gpu/drm/i915/i915_reg.h:2248: + EDP_PSR2_FAST_WAKE_MAX_LINES - (lines)) -:311: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #311: FILE: drivers/gpu/drm/i915/i915_reg.h:2252: + (lines) - TGL_EDP_PSR2_FAST_WAKE_MIN_LINES) total: 0 errors, 4 warnings, 0 checks, 329 lines checked d04c6674ff81 drm/i915/psr: Use intel_de_rmw() 2da5aba6acee drm/i915/psr: Define more PSR mask bits 05763f315bf6 drm/i915/psr: Add a FIXME for the PSR vs. AUX usage conflict 0a2da114d00c drm/i915/psr: Include PSR_PERF_CNT in debugfs output on all platforms fbe3b2c6eec9 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:1186: + intel_de_read(dev_priv, EDP_PSR2_CTL(cpu_transcoder)) & EDP_PSR2_ENABLE); total: 0 errors, 1 warnings, 0 checks, 387 lines checked