== Series Details == Series: Enable Plane Input CSC for ICL (rev2) URL : https://patchwork.freedesktop.org/series/51463/ State : warning == Summary == $ dim checkpatch origin/drm-tip 300ba10fc48e drm/i915/icl: Define Plane Input CSC Coefficient Registers -:51: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #51: FILE: drivers/gpu/drm/i915/i915_reg.h:6603: +#define PLANE_INPUT_CSC_COEFF_REG(pipe, plane, index) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_RY_GY_1(pipe) + (index) * 4, \ + _PLANE_INPUT_CSC_RY_GY_2(pipe) + (index) * 4) -:51: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects? #51: FILE: drivers/gpu/drm/i915/i915_reg.h:6603: +#define PLANE_INPUT_CSC_COEFF_REG(pipe, plane, index) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_RY_GY_1(pipe) + (index) * 4, \ + _PLANE_INPUT_CSC_RY_GY_2(pipe) + (index) * 4) -:67: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #67: FILE: drivers/gpu/drm/i915/i915_reg.h:6619: +#define PLANE_INPUT_CSC_PREOFF_REG(pipe, plane, index) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_PREOFF_HI_1(pipe) + (index) * 4, \ + _PLANE_INPUT_CSC_PREOFF_HI_2(pipe) + (index) * 4) -:67: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects? #67: FILE: drivers/gpu/drm/i915/i915_reg.h:6619: +#define PLANE_INPUT_CSC_PREOFF_REG(pipe, plane, index) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_PREOFF_HI_1(pipe) + (index) * 4, \ + _PLANE_INPUT_CSC_PREOFF_HI_2(pipe) + (index) * 4) -:83: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pipe' - possible side-effects? #83: FILE: drivers/gpu/drm/i915/i915_reg.h:6635: +#define PLANE_INPUT_CSC_POSTOFF_REG(pipe, plane, index) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_POSTOFF_HI_1(pipe) + (index) * 4, \ + _PLANE_INPUT_CSC_POSTOFF_HI_2(pipe) + (index) * 4) -:83: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'index' - possible side-effects? #83: FILE: drivers/gpu/drm/i915/i915_reg.h:6635: +#define PLANE_INPUT_CSC_POSTOFF_REG(pipe, plane, index) \ + _MMIO_PLANE(plane, _PLANE_INPUT_CSC_POSTOFF_HI_1(pipe) + (index) * 4, \ + _PLANE_INPUT_CSC_POSTOFF_HI_2(pipe) + (index) * 4) total: 0 errors, 0 warnings, 6 checks, 62 lines checked f8ddd10579f0 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