public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
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/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
Date: Thu, 03 Oct 2019 11:22:22 -0000	[thread overview]
Message-ID: <20191003112222.3225.8455@emeril.freedesktop.org> (raw)
In-Reply-To: <20191003093639.10186-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [01/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
URL   : https://patchwork.freedesktop.org/series/67529/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
965a4b96c26d dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)
-:14: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0fc89b6802ba ("dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signal")'
#14: 
See also 0fc89b6802ba ("dma-fence: Simply wrap dma_fence_signal_locked

total: 1 errors, 0 warnings, 0 checks, 24 lines checked
8d1ed739d11a drm/mm: Pack allocated/scanned boolean into a bitfield
7e2cacbe72d0 drm/i915: Only track bound elements of the GTT
ba6cac20a218 drm/i915: Mark up address spaces that may need to allocate
f64193b0979b drm/i915: Pull i915_vma_pin under the vm->mutex
a491f5de2294 drm/i915: Push the i915_active.retire into a worker
cd680812188e drm/i915: Coordinate i915_active with its own mutex
-:1340: CHECK:UNCOMMENTED_DEFINITION: struct mutex definition without comment
#1340: FILE: drivers/gpu/drm/i915/i915_active_types.h:49:
+	struct mutex mutex;

total: 0 errors, 0 warnings, 1 checks, 1481 lines checked
56e40bf07503 drm/i915: Move idle barrier cleanup into engine-pm
810fc13c6f40 drm/i915: Drop struct_mutex from around i915_retire_requests()
7a94ad34439f drm/i915: Remove the GEM idle worker
3565eda4cf09 drm/i915: Merge wait_for_timelines with retire_request
372568c552af drm/i915/gem: Retire directly for mmap-offset shrinking
a7da4fb661f6 drm/i915: Move request runtime management onto gt
-:236: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#236: 
new file mode 100644

-:241: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#241: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.c:1:
+/*

-:242: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#242: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.c:2:
+ * SPDX-License-Identifier: MIT

-:370: WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#370: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.h:1:
+/*

-:371: WARNING:SPDX_LICENSE_TAG: Misplaced SPDX-License-Identifier tag - use line 1 instead
#371: FILE: drivers/gpu/drm/i915/gt/intel_gt_requests.h:2:
+ * SPDX-License-Identifier: MIT

total: 0 errors, 5 warnings, 0 checks, 725 lines checked
d2e33b75f8c1 drm/i915: Move global activity tracking from GEM to GT
d887434ffcbd drm/i915: Remove logical HW ID
f2e036b5c489 drm/i915: Move context management under GEM
-:1294: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#1294: FILE: drivers/gpu/drm/i915/gt/intel_lrc.c:985:
+#define GEN11_MAX_CONTEXT_HW_ID (1<<11) /* exclusive */
                                   ^

total: 0 errors, 0 warnings, 1 checks, 2045 lines checked
354e5f59afc0 drm/i915/overlay: Drop struct_mutex guard
c0610d575876 drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info
0334a74dfd5f drm/i915: Remove struct_mutex guard for debugfs/opregion
af3b812ed383 drm/i915: Drop struct_mutex from suspend state save/restore
d78962594a54 drm/i915/selftests: Drop vestigal struct_mutex guards
0a4d9ad276df drm/i915: Drop struct_mutex from around GEM initialisation

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

  parent reply	other threads:[~2019-10-03 11:22 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-03  9:36 struct_mutex batch Chris Wilson
2019-10-03  9:36 ` [PATCH 01/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) Chris Wilson
2019-10-03 13:09   ` Chris Wilson
2019-10-03 13:18     ` Tvrtko Ursulin
2019-10-03 13:19   ` [PATCH v2] " Chris Wilson
2019-10-03 13:22     ` Chris Wilson
2019-10-03 13:24   ` [PATCH v3] " Chris Wilson
2019-10-03 14:12     ` [Intel-gfx] " Ruhl, Michael J
2019-10-03 14:18       ` Chris Wilson
2019-10-03 14:42         ` Ruhl, Michael J
2019-10-03 14:43         ` [Intel-gfx] " Tvrtko Ursulin
2019-10-03  9:36 ` [PATCH 02/22] drm/mm: Pack allocated/scanned boolean into a bitfield Chris Wilson
2019-10-03  9:36 ` [PATCH 03/22] drm/i915: Only track bound elements of the GTT Chris Wilson
2019-10-03  9:36 ` [PATCH 04/22] drm/i915: Mark up address spaces that may need to allocate Chris Wilson
2019-10-03  9:36 ` [PATCH 05/22] drm/i915: Pull i915_vma_pin under the vm->mutex Chris Wilson
2019-10-03  9:36 ` [PATCH 06/22] drm/i915: Push the i915_active.retire into a worker Chris Wilson
2019-10-03  9:36 ` [PATCH 07/22] drm/i915: Coordinate i915_active with its own mutex Chris Wilson
2019-10-03  9:36 ` [PATCH 08/22] drm/i915: Move idle barrier cleanup into engine-pm Chris Wilson
2019-10-03  9:36 ` [PATCH 09/22] drm/i915: Drop struct_mutex from around i915_retire_requests() Chris Wilson
2019-10-03  9:36 ` [PATCH 10/22] drm/i915: Remove the GEM idle worker Chris Wilson
2019-10-03  9:36 ` [PATCH 11/22] drm/i915: Merge wait_for_timelines with retire_request Chris Wilson
2019-10-03  9:36 ` [PATCH 12/22] drm/i915/gem: Retire directly for mmap-offset shrinking Chris Wilson
2019-10-03  9:36 ` [PATCH 13/22] drm/i915: Move request runtime management onto gt Chris Wilson
2019-10-03  9:36 ` [PATCH 14/22] drm/i915: Move global activity tracking from GEM to GT Chris Wilson
2019-10-03  9:36 ` [PATCH 15/22] drm/i915: Remove logical HW ID Chris Wilson
2019-10-03  9:36 ` [PATCH 16/22] drm/i915: Move context management under GEM Chris Wilson
2019-10-03 11:53   ` [PATCH] " Chris Wilson
2019-10-03 11:58   ` Chris Wilson
2019-10-03 12:04   ` Chris Wilson
2019-10-03 13:35   ` Chris Wilson
2019-10-03 14:08   ` Chris Wilson
2019-10-03 14:20   ` Chris Wilson
2019-10-04 10:27     ` Tvrtko Ursulin
2019-10-03  9:36 ` [PATCH 17/22] drm/i915/overlay: Drop struct_mutex guard Chris Wilson
2019-10-03  9:36 ` [PATCH 18/22] drm/i915: Drop struct_mutex guard from debugfs/framebuffer_info Chris Wilson
2019-10-03  9:36 ` [PATCH 19/22] drm/i915: Remove struct_mutex guard for debugfs/opregion Chris Wilson
2019-10-03  9:36 ` [PATCH 20/22] drm/i915: Drop struct_mutex from suspend state save/restore Chris Wilson
2019-10-03  9:36 ` [PATCH 21/22] drm/i915/selftests: Drop vestigal struct_mutex guards Chris Wilson
2019-10-03  9:36 ` [PATCH 22/22] drm/i915: Drop struct_mutex from around GEM initialisation Chris Wilson
2019-10-03 11:22 ` Patchwork [this message]
2019-10-03 11:45 ` ✗ Fi.CI.BAT: failure for series starting with [01/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) Patchwork
2019-10-03 12:40 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/22] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) (rev4) Patchwork
2019-10-03 13:02 ` ✗ Fi.CI.BAT: failure " Patchwork
2019-10-03 16:38 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3] dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling) (rev9) Patchwork
2019-10-03 17:04 ` ✓ Fi.CI.BAT: success " Patchwork
2019-10-04  2:13 ` ✓ 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=20191003112222.3225.8455@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox