[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Display gtt remapping prep stuff
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 7 16:08:29 UTC 2018
== Series Details ==
Series: drm/i915: Display gtt remapping prep stuff
URL : https://patchwork.freedesktop.org/series/49354/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
e59bd2903569 drm/i915: s/tile_offset/aligned_offset/ etc.
9572f44af5e9 drm/i915: Add .max_stride() plane hook
-:35: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#35: FILE: drivers/gpu/drm/i915/intel_display.c:3224:
+ return 32*1024;
^
-:38: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#38: FILE: drivers/gpu/drm/i915/intel_display.c:3227:
+ return 16*1024;
^
-:40: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#40: FILE: drivers/gpu/drm/i915/intel_display.c:3229:
+ return 32*1024;
^
-:43: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#43: FILE: drivers/gpu/drm/i915/intel_display.c:3232:
+ return 8*1024;
^
-:45: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#45: FILE: drivers/gpu/drm/i915/intel_display.c:3234:
+ return 16*1024;
^
-:48: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#48: FILE: drivers/gpu/drm/i915/intel_display.c:3237:
+ return 4*1024;
^
-:50: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#50: FILE: drivers/gpu/drm/i915/intel_display.c:3239:
+ return 8*1024;
^
total: 0 errors, 0 warnings, 7 checks, 205 lines checked
fa6c5df75f27 drm/i915: Use pipe A primary plane .max_stride() as the global stride limit
9a903ec4a404 drm/i915: Rename the plane_state->main/aux to plane_state->color_plane[]
b34aba57588d drm/i915: Store the final plane stride in plane_state
f18e0b17c74c drm/i915: Store ggtt_view in plane_state
744beec35313 drm/i915: s/int plane/int color_plane/
-:12: WARNING:BAD_SIGN_OFF: 'Weak-reviewed-by:' is the preferred signature form
#12:
Weak-Reviewed-by: José Roberto de Souza <jose.souza at intel.com>
total: 0 errors, 1 warnings, 0 checks, 309 lines checked
1e4b9162b951 drm/i915: Nuke plane->can_scale/min_downscale
8274e1792cb0 drm/i915: Extract per-platform plane->check() functions
606484e9682c drm/i915: Move skl plane fb related checks into a better place
f302cf4112a8 drm/i915: Move display w/a #1175
bd66a7cabca7 drm/i915: Move chv rotation checks to plane->check()
20ebb100ae6f drm/i915: Extract intel_cursor_check_surface()
More information about the Intel-gfx
mailing list