[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable YCbCr420 for VDSC
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 7 08:44:44 UTC 2022
== Series Details ==
Series: Enable YCbCr420 for VDSC
URL : https://patchwork.freedesktop.org/series/110581/
State : warning
== Summary ==
Error: dim checkpatch failed
6e4fe009e534 drm/dp_helper: Add helper to check if the sink supports given format with DSC
-:20: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#20: FILE: include/drm/display/drm_dp_helper.h:196:
}
+/* Check if sink supports DSC with given output format */
total: 0 errors, 0 warnings, 1 checks, 12 lines checked
573d54d36e91 drm/i915/dp: Check if DSC supports the given output_format
b6babd96e07a drm/i915: Adding the new registers for DSC
77fef833b7da drm/i915: Enable YCbCr420 for VDSC
-:189: CHECK:MACRO_ARG_REUSE: Macro argument reuse '_row' - possible side-effects?
#189: FILE: drivers/gpu/drm/i915/display/intel_qp_tables.c:447:
+#define PARAM_TABLE(_minmax, _bpc, _row, _col, _is_420) do { \
+ if (bpc == (_bpc)) { \
+ if (_is_420) \
+ return rc_range_##_minmax##qp420_##_bpc##bpc[_row][_col]; \
+ else \
+ return rc_range_##_minmax##qp444_##_bpc##bpc[_row][_col]; \
+ } \
} while (0)
-:189: CHECK:MACRO_ARG_REUSE: Macro argument reuse '_col' - possible side-effects?
#189: FILE: drivers/gpu/drm/i915/display/intel_qp_tables.c:447:
+#define PARAM_TABLE(_minmax, _bpc, _row, _col, _is_420) do { \
+ if (bpc == (_bpc)) { \
+ if (_is_420) \
+ return rc_range_##_minmax##qp420_##_bpc##bpc[_row][_col]; \
+ else \
+ return rc_range_##_minmax##qp444_##_bpc##bpc[_row][_col]; \
+ } \
} while (0)
total: 0 errors, 0 warnings, 2 checks, 228 lines checked
bd2abc3b836f drm/i915: Fill in native_420 field
83fc01f3bff7 drm/i915/dsc: Add debugfs entry to validate DSC YCbCr420
f105f717b8cf drm/i915/dsc: Allow DSC only with YCbCr420 format when forced from debugfs
b046707ed3fe drm/i915: Code styling fixes
More information about the Intel-gfx
mailing list