[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Infoframe precompute/check (rev5)

Patchwork patchwork at emeril.freedesktop.org
Mon Dec 17 16:04:36 UTC 2018


== Series Details ==

Series: drm/i915: Infoframe precompute/check (rev5)
URL   : https://patchwork.freedesktop.org/series/49983/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
cfd286f0f4dd video/hdmi: Add an enum for HDMI packet types
b564529095d2 drm/i915: Add the missing HDMI gamut metadata packet stuff
-:45: WARNING:LONG_LINE: line over 100 characters
#45: FILE: drivers/gpu/drm/i915/i915_reg.h:8073:
+#define HSW_TVIDEO_DIP_GMP_DATA(trans, i)	_MMIO_TRANS2(trans, _HSW_VIDEO_DIP_GMP_DATA_A + (i) * 4)

total: 0 errors, 1 warnings, 0 checks, 64 lines checked
0388b3f88670 drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()
21e99b988d4b drm/i915: Store mask of enabled infoframes in the crtc state
1e943761a83b drm/i915: Precompute HDMI infoframes
3c9ac5ca0653 drm/i915: Read out HDMI infoframes
8eb49e16ada8 drm/i915/sdvo: Precompute HDMI infoframes
9ba1218218fc drm/i915/sdvo: Read out HDMI infoframes
2178cf732b2f drm/i915: Check infoframe state in intel_pipe_config_compare()
-:71: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects?
#71: FILE: drivers/gpu/drm/i915/intel_display.c:11817:
+#define PIPE_CONF_CHECK_INFOFRAME(name) do { \
+	if (!intel_compare_infoframe(&current_config->infoframes.name, \
+				     &pipe_config->infoframes.name)) { \
+		pipe_config_infoframe_err(dev_priv, adjust, __stringify(name), \
+					  &current_config->infoframes.name, \
+					  &pipe_config->infoframes.name); \
+		ret = false; \
+	} \
+} while (0)

total: 0 errors, 0 warnings, 1 checks, 67 lines checked
45b13e708452 drm/i915: Include infoframes in the crtc state dump



More information about the Intel-gfx mailing list