[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Simplify handling of modifiers (rev11)
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 19 14:42:39 UTC 2021
== Series Details ==
Series: drm/i915: Simplify handling of modifiers (rev11)
URL : https://patchwork.freedesktop.org/series/95579/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
8cb40d7e0dbd drm/i915: Add a table with a descriptor for all i915 modifiers
-:30: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#30:
- Use from, until display version fields in modifier_desc instead of a mask. (Jani)
total: 0 errors, 1 warnings, 0 checks, 675 lines checked
01ccea448c51 drm/i915: Move intel_get_format_info() to intel_fb.c
-:284: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'format_list' - possible side-effects?
#284: FILE: drivers/gpu/drm/i915/display/intel_fb.c:119:
+#define FORMAT_OVERRIDE(format_list) \
+ .formats = format_list, \
+ .format_count = ARRAY_SIZE(format_list)
total: 0 errors, 0 warnings, 1 checks, 351 lines checked
14c3d888d981 drm/i915: Add tiling attribute to the modifier descriptor
5d9bdcb9dfee drm/i915: Simplify the modifier check for interlaced scanout support
66b8cb174dbb drm/i915: Unexport is_semiplanar_uv_plane()
c2f251e1d2cd drm/i915: Move intel_format_info_is_yuv_semiplanar() to intel_fb.c
a01da1211d1f drm/i915: Add a platform independent way to get the RC CCS CC plane
d6523db285fa drm/i915: Handle CCS CC planes separately from CCS AUX planes
820b82990550 drm/i915: Add a platform independent way to check for CCS AUX planes
59db1f84b02f drm/i915: Move is_ccs_modifier() to intel_fb.c
e3d9c9af236f drm/i915: Add functions to check for RC CCS CC and MC CCS modifiers
More information about the Intel-gfx
mailing list