[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/3] drm/i915/tgl: skip setting PORT_CL_DW12_* on initialization
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 26 01:16:04 UTC 2019
== Series Details ==
Series: series starting with [CI,1/3] drm/i915/tgl: skip setting PORT_CL_DW12_* on initialization
URL : https://patchwork.freedesktop.org/series/64271/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
43f991ca3886 drm/i915/tgl: skip setting PORT_CL_DW12_* on initialization
1ef0fa9d7e98 drm/i915/tgl: select correct bit for port select
db0eba333e54 drm/i915/tgl: update ddi/tc clock_off bits
-:27: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'tc_port' - possible side-effects?
#27: FILE: drivers/gpu/drm/i915/i915_reg.h:9745:
+#define ICL_DPCLKA_CFGCR0_TC_CLK_OFF(tc_port) (1 << ((tc_port) < PORT_TC4 ? \
+ (tc_port) + 12 : \
+ (tc_port) - PORT_TC4 + 21))
total: 0 errors, 0 warnings, 1 checks, 11 lines checked
More information about the Intel-gfx
mailing list