[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Preparations for adding gen11 planar formats.
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 20 10:49:31 UTC 2018
== Series Details ==
Series: drm/i915: Preparations for adding gen11 planar formats.
URL : https://patchwork.freedesktop.org/series/49956/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
a9c37aaf2d75 drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
6400b208e3c8 drm/i915: Handle cursor updating active_planes correctly, v2.
7fe53ceac6ce drm/i915: Unconditionally clear plane visibility, v2.
820dbdc8073e 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
fcce59f9ee3a drm/i915: Replace call to commit_planes_on_crtc with internal update, v2.
9b4060cded61 drm/i915: Clean up scaler setup.
-:96: CHECK:LINE_SPACING: Please don't use multiple blank lines
#96: FILE: drivers/gpu/drm/i915/intel_atomic.c:261:
+
+
total: 0 errors, 0 warnings, 1 checks, 156 lines checked
013eb38b053f drm/i915: Move programming plane scaler to its own function.
-:66: CHECK:SPACING: spaces preferred around that '|' (ctx:VxV)
#66: 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
fc8489af0af6 drm/i915: Force planar YUV coordinates to be a multiple of 2, v2.
More information about the Intel-gfx
mailing list