== Series Details == Series: Drop frontbuffer rendering support from Skylake and newer (rev2) URL : https://patchwork.freedesktop.org/series/93769/ State : warning == Summary == $ dim checkpatch origin/drm-tip 98e381aebd23 drm/i915/display: Drop PSR support from HSW and BDW -:267: WARNING:LONG_LINE_COMMENT: line length of 113 exceeds 100 columns #267: FILE: drivers/gpu/drm/i915/i915_reg.h:4564: +#define EDP_PSR_AUX_DATA(tran, i) _MMIO(_TRANS2(tran, _SRD_AUX_DATA_A) + (i) + 4) /* 5 registers */ total: 0 errors, 1 warnings, 0 checks, 240 lines checked 63c0e2b638ba drm/i915/display: Move DRRS code its own file -:604: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #604: new file mode 100644 -:725: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!intel_dp" #725: FILE: drivers/gpu/drm/i915/display/intel_drrs.c:117: + if (intel_dp == NULL) { -:934: WARNING:LONG_LINE: line length of 111 exceeds 100 columns #934: FILE: drivers/gpu/drm/i915/display/intel_drrs.c:326: + drm_mode_vrefresh(intel_dp->attached_connector->panel.downclock_mode)); -:980: WARNING:LONG_LINE: line length of 107 exceeds 100 columns #980: FILE: drivers/gpu/drm/i915/display/intel_drrs.c:372: + drm_mode_vrefresh(intel_dp->attached_connector->panel.fixed_mode)); -:1026: WARNING:LONG_LINE: line length of 107 exceeds 100 columns #1026: FILE: drivers/gpu/drm/i915/display/intel_drrs.c:418: + drm_mode_vrefresh(intel_dp->attached_connector->panel.fixed_mode)); total: 0 errors, 4 warnings, 1 checks, 1071 lines checked 08ba0f6456b9 drm/i915/display: Renaming DRRS functions to intel_drrs_*() -:312: WARNING:LONG_LINE: line length of 108 exceeds 100 columns #312: FILE: drivers/gpu/drm/i915/display/intel_drrs.c:326: + drm_mode_vrefresh(intel_dp->attached_connector->panel.downclock_mode)); -:343: WARNING:LONG_LINE: line length of 104 exceeds 100 columns #343: FILE: drivers/gpu/drm/i915/display/intel_drrs.c:372: + drm_mode_vrefresh(intel_dp->attached_connector->panel.fixed_mode)); -:372: WARNING:LONG_LINE: line length of 104 exceeds 100 columns #372: FILE: drivers/gpu/drm/i915/display/intel_drrs.c:418: + drm_mode_vrefresh(intel_dp->attached_connector->panel.fixed_mode)); total: 0 errors, 3 warnings, 0 checks, 387 lines checked e920d82d8295 drm/i915/display: Some code improvements and code style fixes for DRRS b274e5714903 drm/i915/display: Share code between intel_drrs_flush and intel_drrs_invalidate ce03aa5335cd drm/i915/display: Prepare DRRS for frontbuffer rendering drop 8547f773f8a0 drm/i915/display/skl+: Drop frontbuffer rendering support 4f324d4c88dd drm/i915/display: Drop PSR frontbuffer rendering support -:250: WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif #250: FILE: drivers/gpu/drm/i915/display/intel_psr.c:1894: +#if 0 total: 0 errors, 1 warnings, 0 checks, 298 lines checked