All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Imre Deak" <imre.deak@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix the GT fence revocation runtime PM logic
Date: Mon, 22 Mar 2021 23:20:13 -0000	[thread overview]
Message-ID: <161645521372.19227.4892694577246141732@emeril.freedesktop.org> (raw)
In-Reply-To: <20210322204223.919936-1-imre.deak@intel.com>

== Series Details ==

Series: drm/i915: Fix the GT fence revocation runtime PM logic
URL   : https://patchwork.freedesktop.org/series/88300/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
85e423a9bccf drm/i915: Fix the GT fence revocation runtime PM logic
-:90: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'rpm' - possible side-effects?
#90: FILE: drivers/gpu/drm/i915/intel_runtime_pm.h:192:
+#define with_intel_runtime_pm_if_active(rpm, wf) \
+	for ((wf) = intel_runtime_pm_get_if_active(rpm); (wf); \
+	     intel_runtime_pm_put((rpm), (wf)), (wf) = 0)

-:90: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'wf' - possible side-effects?
#90: FILE: drivers/gpu/drm/i915/intel_runtime_pm.h:192:
+#define with_intel_runtime_pm_if_active(rpm, wf) \
+	for ((wf) = intel_runtime_pm_get_if_active(rpm); (wf); \
+	     intel_runtime_pm_put((rpm), (wf)), (wf) = 0)

total: 0 errors, 0 warnings, 2 checks, 58 lines checked


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2021-03-22 23:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-22 20:42 [Intel-gfx] [PATCH] drm/i915: Fix the GT fence revocation runtime PM logic Imre Deak
2021-03-22 23:20 ` Patchwork [this message]
2021-03-22 23:25 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for " Patchwork
2021-03-22 23:48 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-03-23 21:29 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-03-24  5:43   ` Imre Deak

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=161645521372.19227.4892694577246141732@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=imre.deak@intel.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.