Intel-GFX Archive on lore.kernel.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 [CI,1/7] drm/i915: support creating LMEM objects
Date: Fri, 25 Oct 2019 20:13:35 -0000	[thread overview]
Message-ID: <20191025201335.29364.79930@emeril.freedesktop.org> (raw)
In-Reply-To: <20191025153728.23689-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [CI,1/7] drm/i915: support creating LMEM objects
URL   : https://patchwork.freedesktop.org/series/68575/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
f5c5fa5a5f44 drm/i915: support creating LMEM objects
-:36: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#36: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 206 lines checked
a81081abe8ac drm/i915: setup io-mapping for LMEM
f782ab26b95f drm/i915/lmem: support kernel mapping
-:227: WARNING:LINE_SPACING: Missing a blank line after declarations
#227: FILE: drivers/gpu/drm/i915/selftests/intel_memory_region.c:284:
+	struct drm_i915_gem_object *obj;
+	I915_RND_STATE(prng);

total: 0 errors, 1 warnings, 0 checks, 296 lines checked
4adec5f378e6 drm/i915/selftests: add write-dword test for LMEM
-:83: WARNING:LINE_SPACING: Missing a blank line after declarations
#83: FILE: drivers/gpu/drm/i915/selftests/intel_memory_region.c:312:
+	struct intel_context *ce;
+	I915_RND_STATE(prng);

-:164: WARNING:LINE_SPACING: Missing a blank line after declarations
#164: FILE: drivers/gpu/drm/i915/selftests/intel_memory_region.c:407:
+	struct drm_file *file;
+	I915_RND_STATE(prng);

total: 0 errors, 2 warnings, 0 checks, 193 lines checked
233d44730248 drm/i915/selftests: extend coverage to include LMEM huge-pages
4e3c1e4fdbfb drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke tests
-:82: WARNING:NEW_TYPEDEFS: do not add new typedefs
#82: FILE: drivers/gpu/drm/i915/gem/selftests/huge_pages.c:1320:
+typedef struct drm_i915_gem_object *

total: 0 errors, 1 warnings, 0 checks, 293 lines checked
8dc38aae2b53 drm/i915/selftests: add sanity selftest for huge-GTT-pages

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

WARNING: multiple messages have this Message-ID (diff)
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Chris Wilson" <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/7] drm/i915: support creating LMEM objects
Date: Fri, 25 Oct 2019 20:13:35 -0000	[thread overview]
Message-ID: <20191025201335.29364.79930@emeril.freedesktop.org> (raw)
Message-ID: <20191025201335.bbnUCq9qpXtiaG0r-iwVgDMY1jNNR02klg0S_aVXjOY@z> (raw)
In-Reply-To: <20191025153728.23689-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [CI,1/7] drm/i915: support creating LMEM objects
URL   : https://patchwork.freedesktop.org/series/68575/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
f5c5fa5a5f44 drm/i915: support creating LMEM objects
-:36: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#36: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 206 lines checked
a81081abe8ac drm/i915: setup io-mapping for LMEM
f782ab26b95f drm/i915/lmem: support kernel mapping
-:227: WARNING:LINE_SPACING: Missing a blank line after declarations
#227: FILE: drivers/gpu/drm/i915/selftests/intel_memory_region.c:284:
+	struct drm_i915_gem_object *obj;
+	I915_RND_STATE(prng);

total: 0 errors, 1 warnings, 0 checks, 296 lines checked
4adec5f378e6 drm/i915/selftests: add write-dword test for LMEM
-:83: WARNING:LINE_SPACING: Missing a blank line after declarations
#83: FILE: drivers/gpu/drm/i915/selftests/intel_memory_region.c:312:
+	struct intel_context *ce;
+	I915_RND_STATE(prng);

-:164: WARNING:LINE_SPACING: Missing a blank line after declarations
#164: FILE: drivers/gpu/drm/i915/selftests/intel_memory_region.c:407:
+	struct drm_file *file;
+	I915_RND_STATE(prng);

total: 0 errors, 2 warnings, 0 checks, 193 lines checked
233d44730248 drm/i915/selftests: extend coverage to include LMEM huge-pages
4e3c1e4fdbfb drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke tests
-:82: WARNING:NEW_TYPEDEFS: do not add new typedefs
#82: FILE: drivers/gpu/drm/i915/gem/selftests/huge_pages.c:1320:
+typedef struct drm_i915_gem_object *

total: 0 errors, 1 warnings, 0 checks, 293 lines checked
8dc38aae2b53 drm/i915/selftests: add sanity selftest for huge-GTT-pages

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

  parent reply	other threads:[~2019-10-25 20:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25 15:37 [CI 1/7] drm/i915: support creating LMEM objects Chris Wilson
2019-10-25 15:37 ` [Intel-gfx] " Chris Wilson
2019-10-25 15:37 ` [CI 2/7] drm/i915: setup io-mapping for LMEM Chris Wilson
2019-10-25 15:37   ` [Intel-gfx] " Chris Wilson
2019-10-25 15:37 ` [CI 3/7] drm/i915/lmem: support kernel mapping Chris Wilson
2019-10-25 15:37   ` [Intel-gfx] " Chris Wilson
2019-10-25 15:37 ` [CI 4/7] drm/i915/selftests: add write-dword test for LMEM Chris Wilson
2019-10-25 15:37   ` [Intel-gfx] " Chris Wilson
2019-10-25 15:37 ` [CI 5/7] drm/i915/selftests: extend coverage to include LMEM huge-pages Chris Wilson
2019-10-25 15:37   ` [Intel-gfx] " Chris Wilson
2019-10-25 15:37 ` [CI 6/7] drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke tests Chris Wilson
2019-10-25 15:37   ` [Intel-gfx] " Chris Wilson
2019-10-25 15:37 ` [CI 7/7] drm/i915/selftests: add sanity selftest for huge-GTT-pages Chris Wilson
2019-10-25 15:37   ` [Intel-gfx] " Chris Wilson
2019-10-25 20:13 ` Patchwork [this message]
2019-10-25 20:13   ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/7] drm/i915: support creating LMEM objects Patchwork
2019-10-25 20:16 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-10-25 20:16   ` [Intel-gfx] " Patchwork
2019-10-25 20:32 ` ✓ Fi.CI.BAT: success " Patchwork
2019-10-25 20:32   ` [Intel-gfx] " Patchwork
2019-10-27 11:26 ` ✓ Fi.CI.IGT: " Patchwork
2019-10-27 11:26   ` [Intel-gfx] " 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=20191025201335.29364.79930@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