[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add support for mipi dsi cmd mode

Patchwork patchwork at emeril.freedesktop.org
Mon Nov 11 17:20:03 UTC 2019


== Series Details ==

Series: Add support for mipi dsi cmd mode
URL   : https://patchwork.freedesktop.org/series/69290/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
8ed082b3989c drm/i915/dsi: Define command mode registers
0b38d9ee6cc7 drm/i915/dsi: Configure transcoder operation for command mode.
8f9408cd0e36 drm/i915/dsi: Add vblank calculation for command mode
-:41: WARNING:LONG_LINE: line over 100 characters
#41: FILE: drivers/gpu/drm/i915/display/icl_dsi.c:849:
+		line_time_us = (htotal * (bpp / 8) * byte_clk_period_ns) / (1000 * intel_dsi->lane_count);

total: 0 errors, 1 warnings, 0 checks, 73 lines checked
c7165f4ca05e drm/i915/dsi: Add cmd mode flags in display mode private flags
-:23: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#23: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:660:
+#define I915_MODE_FLAG_DSI_USE_TE0 (1<<3)
                                      ^

-:25: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#25: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:662:
+#define I915_MODE_FLAG_DSI_USE_TE1 (1<<4)
                                      ^

-:27: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#27: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:664:
+#define I915_MODE_FLAG_DSI_PERIODIC_CMD_MODE (1<<5)
                                                ^

total: 0 errors, 0 warnings, 3 checks, 12 lines checked
0f3617d1c756 drm/i915/dsi: Add check for periodic command mode
d019b5c741be drm/i915/dsi: Use private flags to indicate TE in cmd mode
69add0aa66f3 drm/i915/dsi: Configure TE interrupt for cmd mode
1bce11022cf8 drm/i915/dsi: Add TE handler for dsi cmd mode.
-:83: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#83: FILE: drivers/gpu/drm/i915/i915_irq.c:2354:
+			if ((INTEL_GEN(dev_priv) >= 11) &&
+				(iir & (DSI0_TE | DSI1_TE))) {

total: 0 errors, 0 warnings, 1 checks, 74 lines checked
27a7a9b5a70e drm/i915/dsi: Initiate fame request in cmd mode



More information about the Intel-gfx mailing list