All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Asynchronous vma unbinding (rev3)
Date: Fri, 17 Dec 2021 15:11:15 -0000	[thread overview]
Message-ID: <163975387517.10413.3409311976309769411@emeril.freedesktop.org> (raw)
In-Reply-To: <20211217145228.10987-1-thomas.hellstrom@linux.intel.com>

== Series Details ==

Series: drm/i915: Asynchronous vma unbinding (rev3)
URL   : https://patchwork.freedesktop.org/series/98055/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
af22ef498eaa drm/i915: Avoid using the i915_fence_array when collecting dependencies
664fd217a101 drm/i915: Break out the i915_deps utility
-:252: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#252: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 522 lines checked
2cb9ea59d9f7 drm/i915: Require the vm mutex for i915_vma_bind()
a7bf661b94a2 drm/i915: Initial introduction of vma resources
-:245: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#245: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 626 lines checked
866990d2db6d drm/i915: Use the vma resource as argument for gtt binding / unbinding
0e2ee499a329 drm/i915: Use vma resources for async unbinding
-:540: CHECK:MACRO_ARG_REUSE: Macro argument reuse '_node' - possible side-effects?
#540: FILE: drivers/gpu/drm/i915/i915_vma_resource.c:36:
+#define VMA_RES_LAST(_node) ((_node)->start + (_node)->node_size - 1)

total: 0 errors, 0 warnings, 1 checks, 869 lines checked
508fe6fa71d1 drm/i915: Use struct vma_resource instead of struct vma_snapshot
-:602: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#602: 
deleted file mode 100644

total: 0 errors, 1 warnings, 0 checks, 497 lines checked



  parent reply	other threads:[~2021-12-17 15:11 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 14:52 [PATCH v3 0/7] drm/i915: Asynchronous vma unbinding Thomas Hellström
2021-12-17 14:52 ` [Intel-gfx] " Thomas Hellström
2021-12-17 14:52 ` [PATCH v3 1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies Thomas Hellström
2021-12-17 14:52   ` [Intel-gfx] " Thomas Hellström
2021-12-21 11:11   ` Matthew Auld
2021-12-21 11:11     ` [Intel-gfx] " Matthew Auld
2021-12-17 14:52 ` [PATCH v3 2/7] drm/i915: Break out the i915_deps utility Thomas Hellström
2021-12-17 14:52   ` [Intel-gfx] " Thomas Hellström
2021-12-21 11:13   ` Matthew Auld
2021-12-21 11:13     ` [Intel-gfx] " Matthew Auld
2021-12-17 14:52 ` [PATCH v3 3/7] drm/i915: Require the vm mutex for i915_vma_bind() Thomas Hellström
2021-12-17 14:52   ` [Intel-gfx] " Thomas Hellström
2021-12-21 11:32   ` Matthew Auld
2021-12-21 11:32     ` [Intel-gfx] " Matthew Auld
2021-12-17 14:52 ` [PATCH v3 4/7] drm/i915: Initial introduction of vma resources Thomas Hellström
2021-12-17 14:52   ` [Intel-gfx] " Thomas Hellström
2021-12-17 14:52 ` [PATCH v3 5/7] drm/i915: Use the vma resource as argument for gtt binding / unbinding Thomas Hellström
2021-12-17 14:52   ` [Intel-gfx] " Thomas Hellström
2021-12-17 14:52 ` [PATCH v3 6/7] drm/i915: Use vma resources for async unbinding Thomas Hellström
2021-12-17 14:52   ` [Intel-gfx] " Thomas Hellström
2021-12-21 14:02   ` Matthew Auld
2021-12-21 14:02     ` [Intel-gfx] " Matthew Auld
2021-12-21 16:07     ` Thomas Hellström
2021-12-21 16:07       ` [Intel-gfx] " Thomas Hellström
2021-12-21 17:08       ` Matthew Auld
2021-12-21 17:08         ` [Intel-gfx] " Matthew Auld
2021-12-17 14:52 ` [PATCH v3 7/7] drm/i915: Use struct vma_resource instead of struct vma_snapshot Thomas Hellström
2021-12-17 14:52   ` [Intel-gfx] " Thomas Hellström
2021-12-17 15:11 ` Patchwork [this message]
2021-12-17 15:12 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Asynchronous vma unbinding (rev3) Patchwork
2021-12-17 15:40 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-12-17 17:56 ` [Intel-gfx] ✓ 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=163975387517.10413.3409311976309769411@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=thomas.hellstrom@linux.intel.com \
    /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.