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/13] drm/i915: Don't set queue_priority_hint if we don't kick the submission
Date: Fri, 18 Oct 2019 22:29:45 -0000	[thread overview]
Message-ID: <20191018222945.27987.82020@emeril.freedesktop.org> (raw)
In-Reply-To: <20191018221450.26247-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [01/13] drm/i915: Don't set queue_priority_hint if we don't kick the submission
URL   : https://patchwork.freedesktop.org/series/68243/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
f1bf3e6b4d69 drm/i915: Don't set queue_priority_hint if we don't kick the submission
1ee4ce2b7a92 drm/i915/selftests: Add coverage of mocs registers
-:29: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#29: 
new file mode 100644

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

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

total: 0 errors, 3 warnings, 0 checks, 445 lines checked
eaff50d8fb52 drm/i915/selftests: Teach igt_flush_test and igt_live_test to take intel_gt
ef67720f317c drm/i915: Expose engine properties via sysfs
-:73: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#73: 
new file mode 100644

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

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

-:178: CHECK:SPACING: No space is necessary after a cast
#178: FILE: drivers/gpu/drm/i915/gt/intel_engine_sysfs.c:101:
+			 show_unknown ? BITS_PER_TYPE(typeof(caps)) : count) {

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

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

total: 0 errors, 5 warnings, 1 checks, 244 lines checked
843d803ce477 drm/i915: Expose timeslice duration to sysfs
bbbba53e286c drm/i915/execlists: Force preemption
eb1adc146f6d drm/i915/gt: Introduce barrier pulses along engines
-:29: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#29: 
new file mode 100644

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

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

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

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

total: 0 errors, 5 warnings, 0 checks, 92 lines checked
d01bfd7c68bf drm/i915/execlists: Cancel banned contexts on schedule-out
bf4ac3743ea2 drm/i915/gem: Cancel contexts when hangchecking is disabled
7e5449425c66 drm/i915: Replace hangcheck by heartbeats
-:271: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'heartbeat', this function's name, in a string
#271: FILE: drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:102:
+					      "stopped heartbeat on %s",

-:605: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#605: 
deleted file mode 100644

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

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

total: 0 errors, 4 warnings, 0 checks, 911 lines checked
bd3dcacf5a37 drm/i915/gem: Make context persistence optional
e4f806ae5c76 drm/i915/gem: Distinguish each object type
897873d64af2 drm/i915: Flush idle barriers when waiting

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

  parent reply	other threads:[~2019-10-18 22:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-18 22:14 [PATCH 01/13] drm/i915: Don't set queue_priority_hint if we don't kick the submission Chris Wilson
2019-10-18 22:14 ` [PATCH 02/13] drm/i915/selftests: Add coverage of mocs registers Chris Wilson
2019-10-18 23:24   ` Kumar Valsan, Prathap
2019-10-18 23:20     ` Chris Wilson
2019-10-21 13:52       ` Kumar Valsan, Prathap
2019-10-21 20:31         ` Chris Wilson
2019-10-18 22:14 ` [PATCH 03/13] drm/i915/selftests: Teach igt_flush_test and igt_live_test to take intel_gt Chris Wilson
2019-10-18 22:14 ` [PATCH 04/13] drm/i915: Expose engine properties via sysfs Chris Wilson
2019-10-18 22:14 ` [PATCH 05/13] drm/i915: Expose timeslice duration to sysfs Chris Wilson
2019-10-18 22:14 ` [PATCH 06/13] drm/i915/execlists: Force preemption Chris Wilson
2019-10-18 22:14 ` [PATCH 07/13] drm/i915/gt: Introduce barrier pulses along engines Chris Wilson
2019-10-18 22:14 ` [PATCH 08/13] drm/i915/execlists: Cancel banned contexts on schedule-out Chris Wilson
2019-10-18 22:14 ` [PATCH 09/13] drm/i915/gem: Cancel contexts when hangchecking is disabled Chris Wilson
2019-10-18 22:14 ` [PATCH 10/13] drm/i915: Replace hangcheck by heartbeats Chris Wilson
2019-10-18 22:14 ` [PATCH 11/13] drm/i915/gem: Make context persistence optional Chris Wilson
2019-10-18 22:14 ` [PATCH 12/13] drm/i915/gem: Distinguish each object type Chris Wilson
2019-10-18 22:14 ` [PATCH 13/13] drm/i915: Flush idle barriers when waiting Chris Wilson
2019-10-18 22:29 ` Patchwork [this message]
2019-10-18 22:36 ` ✗ Fi.CI.SPARSE: warning for series starting with [01/13] drm/i915: Don't set queue_priority_hint if we don't kick the submission Patchwork
2019-10-18 22:57 ` ✗ Fi.CI.BAT: 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=20191018222945.27987.82020@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