== Series Details == Series: drm/i915: (mostly) PSR related register cleanups URL : https://patchwork.freedesktop.org/series/115708/ State : warning == Summary == Error: dim checkpatch failed ea8054e733df drm/i915: Fix up whitespace in some display chicken registers 9e76c77a8f5c 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 74b23268a3ee 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 3d03b651bafd drm/i915/psr: Use intel_de_rmw() c49d375d773e drm/i915/psr: Define more PSR mask bits f93a5e2b108c drm/i915/psr: Add a FIXME for the PSR vs. AUX usage conflict 79e3dc149d68 drm/i915/psr: Include PSR_PERF_CNT in debugfs output on all platforms 40976ed7f984 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