== Series Details == Series: Implement sel_fetch disable for planes URL : https://patchwork.freedesktop.org/series/114224/ State : warning == Summary == Error: dim checkpatch failed 299c982a4a65 drm/i915/psr: Move plane sel fetch configuration into plane source files -:40: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #40: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:503: +static void i9xx_cursor_disable_sel_fetch_arm(struct intel_plane *plane, + const struct intel_crtc_state *crtc_state) -:60: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #60: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:562: + i9xx_cursor_update_sel_fetch_arm(plane, crtc_state, plane_state); -:211: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #211: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:1204: +static void icl_plane_update_sel_fetch_noarm(struct intel_plane *plane, + const struct intel_crtc_state *crtc_state, -:264: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #264: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:1321: +static void icl_plane_update_sel_fetch_arm(struct intel_plane *plane, + const struct intel_crtc_state *crtc_state, total: 0 errors, 0 warnings, 4 checks, 245 lines checked ce2feca1e03d drm/i915/psr: Add proper handling for disabling sel fetch for planes -:33: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #33: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:489: +static void i9xx_cursor_disable_sel_fetch_arm(struct intel_plane *plane, + const struct intel_crtc_state *crtc_state) -:44: CHECK:LINE_SPACING: Please don't use multiple blank lines #44: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:497: + -:126: CHECK:LINE_SPACING: Please don't use multiple blank lines #126: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:1330: + total: 0 errors, 0 warnings, 3 checks, 97 lines checked