== Series Details == Series: drm/i915: Infoframe precompute/check (rev7) URL : https://patchwork.freedesktop.org/series/49983/ State : warning == Summary == $ dim checkpatch origin/drm-tip f1e068bf9522 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:8141: +#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 30b2e77d815b drm/i915: Return the mask of enabled infoframes from ->inforame_enabled() 5de4323d1819 drm/i915: Store mask of enabled infoframes in the crtc state f16c369b24c9 drm/i915: Precompute HDMI infoframes 9fc2f454a7ed drm/i915: Read out HDMI infoframes ad8cf7975260 drm/i915/sdvo: Precompute HDMI infoframes 3ad210dfb39b drm/i915/sdvo: Read out HDMI infoframes 08d95fcdb6ea 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:12093: +#define PIPE_CONF_CHECK_INFOFRAME(name) do { \ + if (!intel_compare_infoframe(¤t_config->infoframes.name, \ + &pipe_config->infoframes.name)) { \ + pipe_config_infoframe_err(dev_priv, adjust, __stringify(name), \ + ¤t_config->infoframes.name, \ + &pipe_config->infoframes.name); \ + ret = false; \ + } \ +} while (0) total: 0 errors, 0 warnings, 1 checks, 67 lines checked 228cad2fa0b9 drm/i915: Include infoframes in the crtc state dump _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx