== Series Details == Series: drm/i915: Some wm/cxsr cleanups (rev2) URL : https://patchwork.freedesktop.org/series/138729/ State : warning == Summary == Error: dim checkpatch failed c33eeb2200da drm/i915: Remove leftover intel_sprite_set_colorkey_ioctl() prototype 7f54f71f1fb3 drm/i915: Combine .compute_{pipe, intermediate}_wm() into one d5a13aee5ff0 drm/i915: Extract ilk_must_disable_lp_wm() e70494bf564e drm/i915: Clean up intel_wm_need_update() -:45: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #45: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:408: + drm_rect_width(&old_plane_state->uapi.src) != drm_rect_width(&new_plane_state->uapi.src) || -:46: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #46: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:409: + drm_rect_height(&old_plane_state->uapi.src) != drm_rect_height(&new_plane_state->uapi.src) || -:47: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #47: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:410: + drm_rect_width(&old_plane_state->uapi.dst) != drm_rect_width(&new_plane_state->uapi.dst) || -:48: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #48: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:411: + drm_rect_height(&old_plane_state->uapi.dst) != drm_rect_height(&new_plane_state->uapi.dst)) total: 0 errors, 4 warnings, 0 checks, 32 lines checked 852d9cf563b2 drm/i915: Move the dodgy pre-g4x wm stuff into i9xx_wm -:41: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #41: FILE: drivers/gpu/drm/i915/display/i9xx_wm.c:720: + drm_rect_width(&old_plane_state->uapi.src) != drm_rect_width(&new_plane_state->uapi.src) || -:42: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #42: FILE: drivers/gpu/drm/i915/display/i9xx_wm.c:721: + drm_rect_height(&old_plane_state->uapi.src) != drm_rect_height(&new_plane_state->uapi.src) || -:43: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #43: FILE: drivers/gpu/drm/i915/display/i9xx_wm.c:722: + drm_rect_width(&old_plane_state->uapi.dst) != drm_rect_width(&new_plane_state->uapi.dst) || -:44: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #44: FILE: drivers/gpu/drm/i915/display/i9xx_wm.c:723: + drm_rect_height(&old_plane_state->uapi.dst) != drm_rect_height(&new_plane_state->uapi.dst)) total: 0 errors, 4 warnings, 0 checks, 146 lines checked a5a13f2df35a drm/i915: s/disable_lp_wm/disable_cxsr/ 847a153bd0dd drm/i915: Rename variables in ilk_intermedidate_wm()