All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Robert Beckett" <bob.beckett@collabora.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for discsrete card 64K page support
Date: Tue, 18 Jan 2022 18:02:45 -0000	[thread overview]
Message-ID: <164252896516.25102.9155569398963324123@emeril.freedesktop.org> (raw)
In-Reply-To: <20220118175036.3840934-1-bob.beckett@collabora.com>

== Series Details ==

Series: discsrete card 64K page support
URL   : https://patchwork.freedesktop.org/series/98996/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
3fc953fbf8ce drm/i915: enforce min GTT alignment for discrete cards
-:275: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#275: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:457:
+						if (offset < hole_start + aligned_size)

-:287: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#287: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:481:
+						if (offset + aligned_size > hole_end)

-:305: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#305: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:497:
+						if (offset < hole_start + aligned_size)

-:317: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#317: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:520:
+						if (offset + aligned_size > hole_end)

-:335: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#335: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:536:
+						if (offset < hole_start + aligned_size)

-:347: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#347: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:560:
+						if (offset + aligned_size > hole_end)

-:365: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#365: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:576:
+						if (offset < hole_start + aligned_size)

-:377: WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#377: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:599:
+						if (offset + aligned_size > hole_end)

total: 0 errors, 8 warnings, 0 checks, 428 lines checked
a68ac5de3a3c drm/i915: support 64K GTT pages for discrete cards
f8049933a42f drm/i915: add gtt misalignment test
-:157: CHECK:LINE_SPACING: Please don't use multiple blank lines
#157: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:1260:
+
+

-:170: CHECK:LINE_SPACING: Please don't use multiple blank lines
#170: FILE: drivers/gpu/drm/i915/selftests/i915_gem_gtt.c:1338:
+
+

total: 0 errors, 0 warnings, 2 checks, 170 lines checked
b496821c4212 drm/i915/uapi: document behaviour for DG2 64K support



  parent reply	other threads:[~2022-01-18 18:02 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-18 17:50 [PATCH v2 0/4] discsrete card 64K page support Robert Beckett
2022-01-18 17:50 ` [Intel-gfx] " Robert Beckett
2022-01-18 17:50 ` [PATCH v2 1/4] drm/i915: enforce min GTT alignment for discrete cards Robert Beckett
2022-01-18 17:50   ` [Intel-gfx] " Robert Beckett
2022-01-18 17:50   ` Robert Beckett
2022-01-20 11:46   ` Ramalingam C
2022-01-20 11:46     ` [Intel-gfx] " Ramalingam C
2022-01-20 11:46     ` Ramalingam C
2022-01-20 13:15     ` Robert Beckett
2022-01-20 13:15       ` [Intel-gfx] " Robert Beckett
2022-01-20 13:15       ` Robert Beckett
2022-01-20 14:59       ` Matthew Auld
2022-01-20 14:59         ` [Intel-gfx] " Matthew Auld
2022-01-20 14:59         ` Matthew Auld
2022-01-20 15:44         ` Robert Beckett
2022-01-20 15:44           ` [Intel-gfx] " Robert Beckett
2022-01-20 15:44           ` Robert Beckett
2022-01-20 15:58           ` Matthew Auld
2022-01-20 15:58             ` [Intel-gfx] " Matthew Auld
2022-01-20 15:58             ` Matthew Auld
2022-01-20 16:09             ` Robert Beckett
2022-01-20 16:09               ` [Intel-gfx] " Robert Beckett
2022-01-20 16:09               ` Robert Beckett
2022-01-20 16:25               ` Matthew Auld
2022-01-20 16:25                 ` [Intel-gfx] " Matthew Auld
2022-01-20 16:25                 ` Matthew Auld
2022-01-20 16:29               ` C, Ramalingam
2022-01-20 16:29                 ` C, Ramalingam
2022-01-20 16:29                 ` [Intel-gfx] " C, Ramalingam
2022-01-18 17:50 ` [PATCH v2 2/4] drm/i915: support 64K GTT pages " Robert Beckett
2022-01-18 17:50   ` [Intel-gfx] " Robert Beckett
2022-01-18 17:50   ` Robert Beckett
2022-01-18 17:50 ` [PATCH v2 3/4] drm/i915: add gtt misalignment test Robert Beckett
2022-01-18 17:50   ` [Intel-gfx] " Robert Beckett
2022-01-18 17:50   ` Robert Beckett
2022-01-18 17:50 ` [PATCH v2 4/4] drm/i915/uapi: document behaviour for DG2 64K support Robert Beckett
2022-01-18 17:50   ` [Intel-gfx] " Robert Beckett
2022-01-18 17:50   ` Robert Beckett
2022-01-19 18:36   ` Jordan Justen
2022-01-19 18:36     ` [Intel-gfx] " Jordan Justen
2022-01-19 18:36     ` Jordan Justen
2022-01-19 19:49     ` Robert Beckett
2022-01-19 19:49       ` [Intel-gfx] " Robert Beckett
2022-01-19 19:49       ` Robert Beckett
2022-01-20 11:53   ` Ramalingam C
2022-01-20 11:53     ` [Intel-gfx] " Ramalingam C
2022-01-20 11:53     ` Ramalingam C
2022-01-18 18:02 ` Patchwork [this message]
2022-01-18 18:03 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for discsrete card 64K page support Patchwork
2022-01-18 18:34 ` [Intel-gfx] ✗ 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=164252896516.25102.9155569398963324123@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=bob.beckett@collabora.com \
    --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.