From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/18] drm/i915: Always wrap the ring offset before resetting
Date: Mon, 19 Aug 2019 08:39:11 -0000 [thread overview]
Message-ID: <20190819083911.21819.92229@emeril.freedesktop.org> (raw)
In-Reply-To: <20190819075835.20065-1-chris@chris-wilson.co.uk>
== Series Details ==
Series: series starting with [01/18] drm/i915: Always wrap the ring offset before resetting
URL : https://patchwork.freedesktop.org/series/65399/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
cf272e277b06 drm/i915: Always wrap the ring offset before resetting
-:9: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#9:
<3> [314.872147] intel_ring_reset:1237 GEM_BUG_ON(!intel_ring_offset_valid(ring, tail))
total: 0 errors, 1 warnings, 0 checks, 9 lines checked
7743fdcde33d drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafe
90fd6a196419 drm/i915: Use 0 for the unordered context
c6d24aa5df76 drm/i915: Only emit the 'send bug report' once for a GPU hang
f18c5fbe1350 drm/i915: i915_active.retire() is optional
f665017eaae0 drm/i915: Generalise the clflush dma-worker
-:187: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#187:
new file mode 100644
-:312: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment
#312: FILE: drivers/gpu/drm/i915/i915_sw_fence_work.h:18:
+ spinlock_t lock;
total: 0 errors, 1 warnings, 1 checks, 299 lines checked
8c1b1c2c76b4 drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT
123946291213 drm/i915: Track ggtt fence reservations under its own mutex
fbd06f1ded84 drm/i915: Only track bound elements of the GTT
1260d07ec79c drm/i915: Pull obj->userfault tracking under the ggtt->mutex
9406fc486778 drm/i915: Replace i915_vma_put_fence()
79e9b6bd05b0 drm/i915: Make shrink/unshrink be atomic
8983c56fe1ca drm/i915: Make i915_vma.flags atomic_t for mutex reduction
-:7: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
total: 0 errors, 1 warnings, 0 checks, 337 lines checked
3120f06143f4 drm/i915: Pull i915_vma_pin under the vm->mutex
bfbe92ee3f0e drm/i915: Push the i915_active.retire into a worker
e0bbbefee371 drm/i915: Coordinate i915_active with its own mutex
8802541ae5a9 drm/i915: Move idle barrier cleanup into engine-pm
b2720a1d2e4b drm/i915: Drop struct_mutex from around i915_retire_requests()
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-08-19 8:39 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-19 7:58 Lock dropping Chris Wilson
2019-08-19 7:58 ` [PATCH 01/18] drm/i915: Always wrap the ring offset before resetting Chris Wilson
2019-08-19 8:40 ` Mika Kuoppala
2019-08-19 7:58 ` [PATCH 02/18] drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafe Chris Wilson
2019-08-19 8:43 ` Mika Kuoppala
2019-08-19 9:04 ` Chris Wilson
2019-08-19 11:31 ` Mika Kuoppala
2019-08-19 7:58 ` [PATCH 03/18] drm/i915: Use 0 for the unordered context Chris Wilson
2019-08-19 7:58 ` [PATCH 04/18] drm/i915: Only emit the 'send bug report' once for a GPU hang Chris Wilson
2019-08-19 11:29 ` Mika Kuoppala
2019-08-19 11:36 ` Chris Wilson
2019-08-19 7:58 ` [PATCH 05/18] drm/i915: i915_active.retire() is optional Chris Wilson
2019-08-19 14:35 ` Matthew Auld
2019-08-19 7:58 ` [PATCH 06/18] drm/i915: Generalise the clflush dma-worker Chris Wilson
2019-08-19 7:58 ` [PATCH 07/18] drm/i915: Replace PIN_NONFAULT with calls to PIN_NOEVICT Chris Wilson
2019-08-19 7:58 ` [PATCH 08/18] drm/i915: Track ggtt fence reservations under its own mutex Chris Wilson
2019-08-19 7:58 ` [PATCH 09/18] drm/i915: Only track bound elements of the GTT Chris Wilson
2019-08-19 7:58 ` [PATCH 10/18] drm/i915: Pull obj->userfault tracking under the ggtt->mutex Chris Wilson
2019-08-19 7:58 ` [PATCH 11/18] drm/i915: Replace i915_vma_put_fence() Chris Wilson
2019-08-19 7:58 ` [PATCH 12/18] drm/i915: Make shrink/unshrink be atomic Chris Wilson
2019-08-19 7:58 ` [PATCH 13/18] drm/i915: Make i915_vma.flags atomic_t for mutex reduction Chris Wilson
2019-08-19 7:58 ` [PATCH 14/18] drm/i915: Pull i915_vma_pin under the vm->mutex Chris Wilson
2019-08-19 7:58 ` [PATCH 15/18] drm/i915: Push the i915_active.retire into a worker Chris Wilson
2019-08-19 7:58 ` [PATCH 16/18] drm/i915: Coordinate i915_active with its own mutex Chris Wilson
2019-08-19 7:58 ` [PATCH 17/18] drm/i915: Move idle barrier cleanup into engine-pm Chris Wilson
2019-08-19 7:58 ` [PATCH 18/18] drm/i915: Drop struct_mutex from around i915_retire_requests() Chris Wilson
2019-08-19 8:39 ` Patchwork [this message]
2019-08-19 9:15 ` ✗ Fi.CI.BAT: failure for series starting with [01/18] drm/i915: Always wrap the ring offset before resetting Patchwork
2019-08-19 9:20 ` Chris Wilson
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=20190819083911.21819.92229@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=chris@chris-wilson.co.uk \
--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.