From: Patchwork <patchwork@emeril.freedesktop.org>
To: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Infoframe precompute/check (rev7)
Date: Mon, 25 Feb 2019 18:01:41 -0000 [thread overview]
Message-ID: <20190225180141.9976.38593@emeril.freedesktop.org> (raw)
In-Reply-To: <20190225174106.2163-1-ville.syrjala@linux.intel.com>
== 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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-02-25 18:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-25 17:40 [PATCH v3 0/9] drm/i915: Infoframe precompute/check Ville Syrjala
2019-02-25 17:40 ` [PATCH v3 1/9] drm/i915: Add the missing HDMI gamut metadata packet stuff Ville Syrjala
2019-02-25 17:40 ` [PATCH v3 2/9] drm/i915: Return the mask of enabled infoframes from ->inforame_enabled() Ville Syrjala
2019-02-25 17:41 ` [PATCH v3 3/9] drm/i915: Store mask of enabled infoframes in the crtc state Ville Syrjala
2019-02-25 17:41 ` [PATCH v3 4/9] drm/i915: Precompute HDMI infoframes Ville Syrjala
2019-02-25 17:41 ` [PATCH v3 5/9] drm/i915: Read out " Ville Syrjala
2019-02-25 17:41 ` [PATCH v3 6/9] drm/i915/sdvo: Precompute " Ville Syrjala
2019-02-25 17:41 ` [PATCH v3 7/9] drm/i915/sdvo: Read out " Ville Syrjala
2019-02-25 17:41 ` [PATCH v3 8/9] drm/i915: Check infoframe state in intel_pipe_config_compare() Ville Syrjala
2019-02-25 17:41 ` [PATCH v3 9/9] drm/i915: Include infoframes in the crtc state dump Ville Syrjala
2019-02-25 18:01 ` Patchwork [this message]
2019-02-25 18:05 ` ✗ Fi.CI.SPARSE: warning for drm/i915: Infoframe precompute/check (rev7) Patchwork
2019-02-25 18:21 ` ✓ Fi.CI.BAT: success " Patchwork
2019-02-26 2:26 ` ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190225180141.9976.38593@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox