All of 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: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915/gt: Prevent timeslicing into unpreemptable requests
Date: Thu, 28 May 2020 08:21:59 -0000	[thread overview]
Message-ID: <159065411980.686.11251402088363181638@emeril.freedesktop.org> (raw)
In-Reply-To: <20200528074324.5765-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [1/3] drm/i915/gt: Prevent timeslicing into unpreemptable requests
URL   : https://patchwork.freedesktop.org/series/77730/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
006567321620 drm/i915/gt: Prevent timeslicing into unpreemptable requests
78e4f820cf01 drm/i915/gt: Don't declare hangs if engine is stalled
ee61f90a8c75 drm/i915: Track i915_vma with its own reference counter
-:2210: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment
#2210: FILE: drivers/gpu/drm/i915/gt/intel_gtt.h:267:
+		spinlock_t lock;

-:3960: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment
#3960: FILE: drivers/gpu/drm/i915/i915_vma.h:385:
+	spinlock_t lock;

-:4123: WARNING:BRACES: braces {} are not necessary for single statement blocks
#4123: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:149:
+	if (IS_ERR(obj)) {
+		return ERR_CAST(obj);
+	}

-:4206: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4206: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:395:
+						if (offset < hole_start + vma->size)

-:4217: WARNING:LONG_LINE: line over 100 characters
#4217: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:403:
+						       __func__, p->name, err, npages, prime, offset,

-:4227: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4227: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:420:
+						if (offset + vma->node.size > hole_end)

-:4243: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4243: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:429:
+						if (offset < hole_start + vma->node.size)

-:4255: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4255: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:452:
+						if (offset + vma->node.size > hole_end)

-:4271: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4271: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:461:
+						if (offset < hole_start + vma->node.size)

-:4283: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4283: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:485:
+						if (offset + vma->size >= hole_end)

-:4299: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4299: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:494:
+						if (offset < hole_start + vma->size)

-:4311: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#4311: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:517:
+						if (offset + vma->size >= hole_end)

total: 0 errors, 10 warnings, 2 checks, 4744 lines checked

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

  parent reply	other threads:[~2020-05-28  8:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-28  7:43 [Intel-gfx] [PATCH 1/3] drm/i915/gt: Prevent timeslicing into unpreemptable requests Chris Wilson
2020-05-28  7:43 ` [Intel-gfx] [PATCH 2/3] drm/i915/gt: Don't declare hangs if engine is stalled Chris Wilson
2020-05-28 16:23   ` Mika Kuoppala
2020-05-28 16:50     ` Chris Wilson
2020-05-28 16:52       ` Chris Wilson
2020-05-28  7:43 ` [Intel-gfx] [PATCH 3/3] drm/i915: Track i915_vma with its own reference counter Chris Wilson
2020-05-28  8:21 ` Patchwork [this message]
2020-05-28  8:44 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/i915/gt: Prevent timeslicing into unpreemptable requests 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=159065411980.686.11251402088363181638@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.