[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Display gtt remapping prep stuff (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 11 16:40:19 UTC 2018
== Series Details ==
Series: drm/i915: Display gtt remapping prep stuff (rev2)
URL : https://patchwork.freedesktop.org/series/49354/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
561ec0959f52 drm/i915: s/tile_offset/aligned_offset/ etc.
fd0a612c9182 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:3225:
+ return 32*1024;
^
-:38: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#38: FILE: drivers/gpu/drm/i915/intel_display.c:3228:
+ return 16*1024;
^
-:40: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#40: FILE: drivers/gpu/drm/i915/intel_display.c:3230:
+ return 32*1024;
^
-:43: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#43: FILE: drivers/gpu/drm/i915/intel_display.c:3233:
+ return 8*1024;
^
-:45: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#45: FILE: drivers/gpu/drm/i915/intel_display.c:3235:
+ return 16*1024;
^
-:48: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#48: FILE: drivers/gpu/drm/i915/intel_display.c:3238:
+ return 4*1024;
^
-:50: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#50: FILE: drivers/gpu/drm/i915/intel_display.c:3240:
+ return 8*1024;
^
total: 0 errors, 0 warnings, 7 checks, 205 lines checked
ee8258b9ede2 drm/i915: Use pipe A primary plane .max_stride() as the global stride limit
c1836eb396c4 drm/i915: Rename the plane_state->main/aux to plane_state->color_plane[]
13c19137b4ea drm/i915: Store the final plane stride in plane_state
30e60b5898ea drm/i915: Store ggtt_view in plane_state
b00df41c99db 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
55e8183ad477 drm/i915: Nuke plane->can_scale/min_downscale
0e874d00f385 drm/i915: Extract per-platform plane->check() functions
850272e82229 drm/i915: Move skl plane fb related checks into a better place
85aaae102c8f drm/i915: Move display w/a #1175
7851964f9e0b drm/i915: Move chv rotation checks to plane->check()
04db3d9a8ead drm/i915: Extract intel_cursor_check_surface()
More information about the Intel-gfx
mailing list