== Series Details == Series: drm/i915: Some wm/cxsr cleanups URL : https://patchwork.freedesktop.org/series/138729/ State : warning == Summary == Error: dim checkpatch failed b9bbeffe8e8d drm/i915: Remove leftover intel_sprite_set_colorkey_ioctl() prototype e59da38fc0ee drm/i915: Combine .compute_{pipe, intermediate}_wm() into one 2fca821abc31 drm/i915: Extract ilk_must_disable_lp_wm() 68c8c43574e2 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 2b12a54135d2 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 78c8ce97b44c drm/i915: s/disable_lp_wm/disable_cxsr/ cab3f831c44b drm/i915: Rename variables in ilk_intermedidate_wm()