[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Remove CNL support
Patchwork
patchwork at emeril.freedesktop.org
Sat Jul 24 00:40:33 UTC 2021
== Series Details ==
Series: Remove CNL support
URL : https://patchwork.freedesktop.org/series/92969/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
e27adf09b131 drm/i915: fix not reading DSC disable fuse in GLK
91073b079293 drm/i915/display: split DISPLAY_VER 9 and 10 in intel_setup_outputs()
c099818fef38 drm/i915/display: remove PORT_F workaround for CNL
8d7b56c07e9b drm/i915/display: remove explicit CNL handling from intel_cdclk.c
7bd00018c7aa drm/i915/display: remove explicit CNL handling from intel_color.c
6ab58693b2da drm/i915/display: remove explicit CNL handling from intel_combo_phy.c
9e5d5cfb2392 drm/i915/display: remove explicit CNL handling from intel_crtc.c
7f8343b9406f drm/i915/display: remove explicit CNL handling from intel_ddi.c
76af756baae1 drm/i915/display: remove explicit CNL handling from intel_display_debugfs.c
10405420ea13 drm/i915/display: remove explicit CNL handling from intel_dmc.c
dee4fc5073cd drm/i915/display: remove explicit CNL handling from intel_dp.c
f5c60701839b drm/i915/display: remove explicit CNL handling from intel_dpll_mgr.c
819a20382c15 drm/i915/display: remove explicit CNL handling from intel_vdsc.c
dd5b184d9cb7 drm/i915/display: remove explicit CNL handling from skl_universal_plane.c
b32eaf8c4d7e drm/i915/display: remove explicit CNL handling from intel_display_power.c
633e7f1a81a8 drm/i915/display: remove CNL ddi buf translation tables
828ec76c74ef drm/i915/display: rename CNL references in skl_scaler.c
-:62: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'id' - possible side-effects?
#62: FILE: drivers/gpu/drm/i915/i915_reg.h:7729:
+#define GLK_PS_COEF_INDEX_SET(pipe, id, set) _MMIO_PIPE(pipe, \
_ID(id, _PS_COEF_SET0_INDEX_1A, _PS_COEF_SET0_INDEX_2A) + (set) * 8, \
_ID(id, _PS_COEF_SET0_INDEX_1B, _PS_COEF_SET0_INDEX_2B) + (set) * 8)
-:62: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'set' - possible side-effects?
#62: FILE: drivers/gpu/drm/i915/i915_reg.h:7729:
+#define GLK_PS_COEF_INDEX_SET(pipe, id, set) _MMIO_PIPE(pipe, \
_ID(id, _PS_COEF_SET0_INDEX_1A, _PS_COEF_SET0_INDEX_2A) + (set) * 8, \
_ID(id, _PS_COEF_SET0_INDEX_1B, _PS_COEF_SET0_INDEX_2B) + (set) * 8)
-:67: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'id' - possible side-effects?
#67: FILE: drivers/gpu/drm/i915/i915_reg.h:7733:
+#define GLK_PS_COEF_DATA_SET(pipe, id, set) _MMIO_PIPE(pipe, \
_ID(id, _PS_COEF_SET0_DATA_1A, _PS_COEF_SET0_DATA_2A) + (set) * 8, \
_ID(id, _PS_COEF_SET0_DATA_1B, _PS_COEF_SET0_DATA_2B) + (set) * 8)
-:67: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'set' - possible side-effects?
#67: FILE: drivers/gpu/drm/i915/i915_reg.h:7733:
+#define GLK_PS_COEF_DATA_SET(pipe, id, set) _MMIO_PIPE(pipe, \
_ID(id, _PS_COEF_SET0_DATA_1A, _PS_COEF_SET0_DATA_2A) + (set) * 8, \
_ID(id, _PS_COEF_SET0_DATA_1B, _PS_COEF_SET0_DATA_2B) + (set) * 8)
total: 0 errors, 0 warnings, 4 checks, 48 lines checked
071a58d392be drm/i915: remove explicit CNL handling from i915_irq.c
b058b944fc94 drm/i915: remove explicit CNL handling from intel_pm.c
8a8d2696ed73 drm/i915: remove explicit CNL handling from intel_mocs.c
a0e2f6ca543f drm/i915: remove explicit CNL handling from intel_pch.c
4a321e62dc67 drm/i915: remove explicit CNL handling from intel_wopcm.c
33da770b8bf4 drm/i915/gt: remove explicit CNL handling from intel_sseu.c
0d714eb77ee5 drm/i915: rename CNL references in intel_dram.c
c96bee68580b drm/i915/gt: rename CNL references in intel_engine.h
85aa4acee2d7 drm/i915: finish removal of CNL
11866a4c25c7 drm/i915: remove GRAPHICS_VER == 10
-:347: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev_priv' - possible side-effects?
#347: FILE: drivers/gpu/drm/i915/i915_drv.h:1652:
+#define HAS_GMBUS_BURST_READ(dev_priv) (GRAPHICS_VER(dev_priv) >= 11 || \
IS_GEMINILAKE(dev_priv) || \
IS_KABYLAKE(dev_priv))
total: 0 errors, 0 warnings, 1 checks, 336 lines checked
83a3a03bfc68 drm/i915: rename/remove CNL registers
3c6ba298796c drm/i915: replace random CNL comments
67e1ddc63970 drm/i915: switch num_scalers/num_sprites to consider DISPLAY_VER
More information about the Intel-gfx
mailing list