All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Andi Shyti" <andi.shyti@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Limit the reserved VM space to only the platforms that need it
Date: Wed, 27 Mar 2024 23:20:36 -0000	[thread overview]
Message-ID: <171158163639.1060939.9463788692704281715@8e613ede5ea5> (raw)
In-Reply-To: <20240327200546.640108-1-andi.shyti@linux.intel.com>

== Series Details ==

Series: drm/i915/gt: Limit the reserved VM space to only the platforms that need it
URL   : https://patchwork.freedesktop.org/series/131707/
State : warning

== Summary ==

Error: dim checkpatch failed
438bf8f0a744 drm/i915/gt: Limit the reserved VM space to only the platforms that need it
-:72: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'engine' - possible side-effects?
#72: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:93:
+#define NEEDS_FASTCOLOR_BLT_WABB(engine) ( \
+	intel_gt_needs_wa_16018031267(engine->gt) && \
+	engine->class == COPY_ENGINE_CLASS && engine->instance == 0)

-:72: CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'engine' may be better as '(engine)' to avoid precedence issues
#72: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:93:
+#define NEEDS_FASTCOLOR_BLT_WABB(engine) ( \
+	intel_gt_needs_wa_16018031267(engine->gt) && \
+	engine->class == COPY_ENGINE_CLASS && engine->instance == 0)

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



  parent reply	other threads:[~2024-03-27 23:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27 20:05 [PATCH] drm/i915/gt: Limit the reserved VM space to only the platforms that need it Andi Shyti
2024-03-27 21:09 ` Andi Shyti
2024-03-27 23:20 ` Patchwork [this message]
2024-03-27 23:20 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
2024-03-28  8:54 ` [PATCH] " Nirmoy Das
2024-03-28  9:11   ` Andi Shyti
2024-03-28 10:00 ` Mrozek, Michal
2024-03-28 15:50 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-03-28 18:26 ` ✓ Fi.CI.IGT: " Patchwork
2024-03-29  1:24 ` ✗ Fi.CI.IGT: failure " 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=171158163639.1060939.9463788692704281715@8e613ede5ea5 \
    --to=patchwork@emeril.freedesktop.org \
    --cc=andi.shyti@linux.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.