All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Gupta, Anshuman" <anshuman.gupta@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for DGFX OpRegion (rev2)
Date: Wed, 16 Feb 2022 18:37:30 -0000	[thread overview]
Message-ID: <164503665011.16091.14543337660624540985@emeril.freedesktop.org> (raw)
In-Reply-To: <20220215133727.13450-1-anshuman.gupta@intel.com>

== Series Details ==

Series: DGFX OpRegion (rev2)
URL   : https://patchwork.freedesktop.org/series/99738/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
6d79d75ff620 drm/i915/opregion: Add intel_opregion_init() wrapper
768f0a166cf5 drm/i915/opregion: Abstract opregion function
-:209: ERROR:SPACING: space required before the open parenthesis '('
#209: FILE: drivers/gpu/drm/i915/display/intel_opregion.c:1265:
+	if(drm_WARN_ON(&i915->drm, !opregion->asls || !opregion->header))

total: 1 errors, 0 warnings, 0 checks, 254 lines checked
80d5f4ca4fd8 drm/i915/opregion: Add dgfx opregion func
f687dde9115c drm/i915/opregion: Cond dgfx opregion func registration
526152d056f6 drm/i915/dgfx: OPROM OpRegion Setup
-:229: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*exprom_hdr)...) over kzalloc(sizeof(struct expansion_rom_header)...)
#229: FILE: drivers/gpu/drm/i915/display/intel_opregion.c:1046:
+	exprom_hdr = kzalloc(sizeof(struct expansion_rom_header), GFP_KERNEL);

-:230: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*exprom_pci_data)...) over kzalloc(sizeof(struct pci_data_structure)...)
#230: FILE: drivers/gpu/drm/i915/display/intel_opregion.c:1047:
+	exprom_pci_data = kzalloc(sizeof(struct pci_data_structure), GFP_KERNEL);

total: 0 errors, 0 warnings, 2 checks, 417 lines checked
5cb086bbc22d drm/i915/dgfx: Get VBT from rvda



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

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-15 13:37 [Intel-gfx] [PATCH v2 0/6] DGFX OpRegion Anshuman Gupta
2022-02-15 13:37 ` [Intel-gfx] [PATCH v2 1/6] drm/i915/opregion: Add intel_opregion_init() wrapper Anshuman Gupta
2022-02-15 13:37 ` [Intel-gfx] [PATCH v2 2/6] drm/i915/opregion: Abstract opregion function Anshuman Gupta
2022-02-15 19:03   ` Navare, Manasi
2022-02-15 13:37 ` [Intel-gfx] [PATCH v2 3/6] drm/i915/opregion: Add dgfx opregion func Anshuman Gupta
2022-02-15 13:37 ` [Intel-gfx] [PATCH v2 4/6] drm/i915/opregion: Cond dgfx opregion func registration Anshuman Gupta
2022-02-15 13:37 ` [Intel-gfx] [PATCH v2 5/6] drm/i915/dgfx: OPROM OpRegion Setup Anshuman Gupta
2022-02-15 18:59   ` Navare, Manasi
2022-02-15 13:37 ` [Intel-gfx] [PATCH v2 6/6] drm/i915/dgfx: Get VBT from rvda Anshuman Gupta
2022-02-15 19:05   ` Navare, Manasi
2022-02-16 18:37 ` Patchwork [this message]
2022-02-16 18:38 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for DGFX OpRegion (rev2) Patchwork
2022-02-16 19:10 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-02-17  2:46 ` [Intel-gfx] ✗ Fi.CI.IGT: 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=164503665011.16091.14543337660624540985@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=anshuman.gupta@intel.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.