== Series Details == Series: Introduce drm sharpening property (rev4) URL : https://patchwork.freedesktop.org/series/129888/ State : warning == Summary == Error: dim checkpatch failed 752c31d74f74 drm: Introduce sharpness mode property 6f1bbf74c46d drm/i915/display: Compute the scaler filter coefficients -:76: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #76: new file mode 100644 -:198: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #198: FILE: drivers/gpu/drm/i915/display/intel_sharpen_filter.c:118: + SHARP_COEFF_TO_REG_FORMAT(crtc_state->hw.casf_params.coeff[tapindex]); -:218: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'coefficient' - possible side-effects? #218: FILE: drivers/gpu/drm/i915/display/intel_sharpen_filter.h:11: +#define SHARP_COEFF_TO_REG_FORMAT(coefficient) ((u16)(coefficient.sign << 15 | \ + coefficient.exp << 12 | coefficient.mantissa << 3)) total: 0 errors, 2 warnings, 1 checks, 205 lines checked 81e96028fb8d drm/i915/display: Enable the second scaler for sharpness -:224: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #224: FILE: drivers/gpu/drm/i915/display/skl_scaler.c:746: + x = y = 0; total: 0 errors, 0 warnings, 1 checks, 224 lines checked 43dba0cb02ef drm/i915/display: Add registers and compute the strength 617fde77bbb3 drm/i915/display: Load the lut values and enable sharpness