== Series Details == Series: Enable Plane Input CSC for ICL URL : https://patchwork.freedesktop.org/series/51463/ State : warning == Summary == $ dim checkpatch origin/drm-tip 41d6b4c477ae drm/i915/icl: Define Plane Input CSC Coefficient Registers -:48: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #48: FILE: drivers/gpu/drm/i915/i915_reg.h:6604: +#define PLANE_INPUT_CSC_RY_GY(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_RY_GY_1(pipe), \ + _PLANE_INPUT_CSC_RY_GY_2(pipe)) -:66: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #66: FILE: drivers/gpu/drm/i915/i915_reg.h:6622: +#define PLANE_INPUT_CSC_BY(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_BY_1(pipe), \ + _PLANE_INPUT_CSC_BY_2(pipe)) -:84: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #84: FILE: drivers/gpu/drm/i915/i915_reg.h:6640: +#define PLANE_INPUT_CSC_RU_GU(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_RU_GU_1(pipe), \ + _PLANE_INPUT_CSC_RU_GU_2(pipe)) -:102: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #102: FILE: drivers/gpu/drm/i915/i915_reg.h:6658: +#define PLANE_INPUT_CSC_BU(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_BU_1(pipe), \ + _PLANE_INPUT_CSC_BU_2(pipe)) -:120: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #120: FILE: drivers/gpu/drm/i915/i915_reg.h:6676: +#define PLANE_INPUT_CSC_RV_GV(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_RV_GV_1(pipe), \ + _PLANE_INPUT_CSC_RV_GV_2(pipe)) -:138: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #138: FILE: drivers/gpu/drm/i915/i915_reg.h:6694: +#define PLANE_INPUT_CSC_BV(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_BV_1(pipe), \ + _PLANE_INPUT_CSC_BV_2(pipe)) -:156: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #156: FILE: drivers/gpu/drm/i915/i915_reg.h:6712: +#define PLANE_INPUT_CSC_PREOFF_HI(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_PREOFF_HI_1(pipe), \ + _PLANE_INPUT_CSC_PREOFF_HI_2(pipe)) -:174: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #174: FILE: drivers/gpu/drm/i915/i915_reg.h:6730: +#define PLANE_INPUT_CSC_PREOFF_ME(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_PREOFF_ME_1(pipe), \ + _PLANE_INPUT_CSC_PREOFF_ME_2(pipe)) -:192: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #192: FILE: drivers/gpu/drm/i915/i915_reg.h:6748: +#define PLANE_INPUT_CSC_PREOFF_LO(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_PREOFF_LO_1(pipe), \ + _PLANE_INPUT_CSC_PREOFF_LO_2(pipe)) -:210: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #210: FILE: drivers/gpu/drm/i915/i915_reg.h:6766: +#define PLANE_INPUT_CSC_POSTOFF_HI(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_POSTOFF_HI_1(pipe), \ + _PLANE_INPUT_CSC_POSTOFF_HI_2(pipe)) -:228: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #228: FILE: drivers/gpu/drm/i915/i915_reg.h:6784: +#define PLANE_INPUT_CSC_POSTOFF_ME(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_POSTOFF_ME_1(pipe), \ + _PLANE_INPUT_CSC_POSTOFF_ME_2(pipe)) -:246: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #246: FILE: drivers/gpu/drm/i915/i915_reg.h:6802: +#define PLANE_INPUT_CSC_POSTOFF_LO(pipe, plane) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_POSTOFF_LO_1(pipe), \ + _PLANE_INPUT_CSC_POSTOFF_LO_2(pipe)) total: 0 errors, 0 warnings, 12 checks, 229 lines checked 99c424470fe4 drm/i915/icl: Enable Plane Input CSC for YUV to RGB Conversion _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx