[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for ICL DSI PLL enable
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 23 12:04:06 UTC 2018
== Series Details ==
Series: ICL DSI PLL enable
URL : https://patchwork.freedesktop.org/series/51373/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
ab5b10e0ce6a drm/i915/icl: Use the same pll functions for dsi
c36b32e74d2c drm/i915/icl: Calculate DPLL params for DSI
-:33: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#33: FILE: drivers/gpu/drm/i915/intel_display.c:9258:
+ if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DSI) ||
+ IS_ICELAKE(dev_priv)) {
-:46: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#46: FILE: drivers/gpu/drm/i915/intel_dpll_mgr.c:2529:
+ ret = cnl_ddi_calculate_wrpll(clock/5, dev_priv, &pll_params);
^
total: 0 errors, 0 warnings, 2 checks, 21 lines checked
7b5e549878d4 drm/i915/icl: Add get_config functionality for dsi
-:26: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#26: FILE: drivers/gpu/drm/i915/icl_dsi.c:671:
+gen11_dsi_get_config(struct intel_encoder *encoder,
+ struct intel_crtc_state *pipe_config)
total: 0 errors, 0 warnings, 1 checks, 16 lines checked
More information about the Intel-gfx
mailing list