== Series Details == Series: Implement sel_fetch disable for planes (rev3) URL : https://patchwork.freedesktop.org/series/114224/ State : warning == Summary == Error: dim checkpatch failed 405a5d68bca3 drm/i915/psr: Move plane sel fetch configuration into plane source files -:50: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #50: 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) -:70: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #70: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:562: + i9xx_cursor_update_sel_fetch_arm(plane, crtc_state, plane_state); -:229: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #229: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:1213: +static void icl_plane_update_sel_fetch_noarm(struct intel_plane *plane, + const struct intel_crtc_state *crtc_state, -:282: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #282: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:1330: +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, 259 lines checked 5f6140dbd0d5 drm/i915/psr: Add proper handling for disabling sel fetch for planes -:37: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #37: 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) -:48: CHECK:LINE_SPACING: Please don't use multiple blank lines #48: FILE: drivers/gpu/drm/i915/display/intel_cursor.c:497: + -:108: CHECK:LINE_SPACING: Please don't use multiple blank lines #108: FILE: drivers/gpu/drm/i915/display/skl_universal_plane.c:1339: + total: 0 errors, 0 warnings, 3 checks, 76 lines checked