[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Preparations for adding gen11 planar formats. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 21 15:00:50 UTC 2018
== Series Details ==
Series: drm/i915: Preparations for adding gen11 planar formats. (rev2)
URL : https://patchwork.freedesktop.org/series/49956/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
aa09781991ac drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
dadea6a97480 drm/i915: Handle cursor updating active_planes correctly, v2.
2cedf31aa420 drm/i915: Unconditionally clear plane visibility, v2.
7af87226f223 drm/i915: Make intel_crtc_disable_planes() use active planes mask.
-:26: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#26: FILE: drivers/gpu/drm/i915/intel_display.c:5405:
+static void intel_crtc_disable_planes(struct intel_crtc *crtc, unsigned plane_mask)
-:34: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#34: FILE: drivers/gpu/drm/i915/intel_display.c:5409:
+ unsigned fb_bits = 0;
total: 0 errors, 2 warnings, 0 checks, 45 lines checked
2f709c1eb234 drm/i915: Replace call to commit_planes_on_crtc with internal update, v2.
f4e6e0126f4b drm/i915: Clean up scaler setup, v2.
-:101: CHECK:LINE_SPACING: Please don't use multiple blank lines
#101: FILE: drivers/gpu/drm/i915/intel_atomic.c:262:
+
+
total: 0 errors, 0 warnings, 1 checks, 157 lines checked
d8fb63850500 drm/i915: Move programming plane scaler to its own function.
-:67: CHECK:SPACING: spaces preferred around that '|' (ctx:VxV)
#67: FILE: drivers/gpu/drm/i915/intel_sprite.c:331:
+ ((crtc_w + 1) << 16)|(crtc_h + 1));
^
total: 0 errors, 0 warnings, 1 checks, 120 lines checked
a1b43d95b54c drm/i915: Force planar YUV coordinates to be a multiple of 2, v2.
More information about the Intel-gfx
mailing list