[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Refactor and Add helper function for combophy/tc ports (rev5)

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 16 02:57:55 UTC 2018


== Series Details ==

Series: Refactor and Add helper function for combophy/tc ports (rev5)
URL   : https://patchwork.freedesktop.org/series/50484/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
7a0475e44ad4 drm/i915/icl: create function to identify combophy port
99f69dd6d4e8 drm/i915/icl: use combophy/TC helper functions during display detection
1d213780b313 drm/i915/icl: Refactor get_ddi_pll using helper func
7e97618174e4 drm/i915/icl: Use helper functions to classify the ports
d44e98562823 drm/i915/icl: Refactor icl pll functions
fe97027237f6 drm/i915/icl: Combine all port/combophy macros at one place
76fe790f6910 drm/i915/icl: Introduce new macros to get combophy registers
3cc221173ac3 drm/i915/icl: Fix DDI/TC port clk_off bits
-:26: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'tc_port' - possible side-effects?
#26: FILE: drivers/gpu/drm/i915/i915_reg.h:9314:
+#define  ICL_DPCLKA_CFGCR0_TC_CLK_OFF(tc_port) (1 << ((tc_port) == PORT_TC4 ? \
+						      21 : (tc_port) + 12))

total: 0 errors, 0 warnings, 1 checks, 54 lines checked



More information about the Intel-gfx mailing list