All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Oleksandr Andrushchenko" <andr2000@gmail.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes and improvements for Xen pvdrm
Date: Fri, 31 Jul 2020 13:09:51 -0000	[thread overview]
Message-ID: <159620099105.10471.3104383849210549868@emeril.freedesktop.org> (raw)
In-Reply-To: <20200731125109.18666-1-andr2000@gmail.com>

== Series Details ==

Series: Fixes and improvements for Xen pvdrm
URL   : https://patchwork.freedesktop.org/series/80141/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
7d48f149439c xen/gntdev: Fix dmabuf import with non-zero sgt offset
-:10: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '37ccb44d0b00', maybe rebased or not pulled?
#10: 
Fixes: 37ccb44d0b00 ("xen/gntdev: Implement dma-buf import functionality")

total: 0 errors, 1 warnings, 0 checks, 14 lines checked
c9e3448681cf drm/xen-front: Fix misused IS_ERR_OR_NULL checks
-:14: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#14: 
   133  struct drm_gem_object *xen_drm_front_gem_create(struct drm_device *dev,

total: 0 errors, 1 warnings, 0 checks, 50 lines checked
3efddbd31e3b drm/xen-front: Add YUYV to supported formats
e17f2c5fcaec xen: Sync up with the canonical protocol definition in Xen
-:108: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#108: FILE: include/xen/interface/io/displif.h:522:
+	uint32_t data_ofs;

-:150: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#150: FILE: include/xen/interface/io/displif.h:782:
+	uint32_t buffer_sz;

-:186: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t'
#186: FILE: include/xen/interface/io/displif.h:833:
+	uint32_t edid_sz;

-:207: WARNING:TABSTOP: Statements should start on a tabstop
#207: FILE: include/xen/interface/io/displif.h:899:
+	    struct xendispl_get_edid_resp get_edid;

-:208: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u8' over 'uint8_t'
#208: FILE: include/xen/interface/io/displif.h:900:
+	    uint8_t reserved1[56];

total: 0 errors, 1 warnings, 4 checks, 157 lines checked
62e66d848083 drm/xen-front: Pass dumb buffer data offset to the backend
b9a322b906d6 drm/xen-front: Add support for EDID based configuration
-:253: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#253: FILE: drivers/gpu/drm/xen/xen_drm_front_cfg.h:39:
+int xen_drm_front_cfg_tail(struct xen_drm_front_info *front_info,
+						   struct xen_drm_front_cfg *cfg);

-:256: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#256: FILE: drivers/gpu/drm/xen/xen_drm_front_cfg.h:42:
+void xen_drm_front_cfg_free(struct xen_drm_front_info *front_info,
+							struct xen_drm_front_cfg *cfg);

total: 0 errors, 0 warnings, 2 checks, 293 lines checked


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

  parent reply	other threads:[~2020-07-31 13:09 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-31 12:51 [PATCH 0/6] Fixes and improvements for Xen pvdrm Oleksandr Andrushchenko
2020-07-31 12:51 ` Oleksandr Andrushchenko
2020-07-31 12:51 ` [Intel-gfx] " Oleksandr Andrushchenko
2020-07-31 12:51 ` Oleksandr Andrushchenko
2020-07-31 12:51 ` [PATCH 1/6] xen/gntdev: Fix dmabuf import with non-zero sgt offset Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-07-31 12:51   ` [Intel-gfx] " Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-08-04  6:11   ` Jürgen Groß
2020-08-04  6:11     ` Jürgen Groß
2020-08-04  6:11     ` [Intel-gfx] " Jürgen Groß
2020-08-04  6:11     ` Jürgen Groß
2020-08-04  6:34     ` Oleksandr Andrushchenko
2020-08-04  6:34       ` Oleksandr Andrushchenko
2020-08-04  6:34       ` [Intel-gfx] " Oleksandr Andrushchenko
2020-08-04  6:34       ` Oleksandr Andrushchenko
2020-07-31 12:51 ` [PATCH 2/6] drm/xen-front: Fix misused IS_ERR_OR_NULL checks Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-07-31 12:51   ` [Intel-gfx] " Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-08-04  6:12   ` Jürgen Groß
2020-08-04  6:12     ` Jürgen Groß
2020-08-04  6:12     ` [Intel-gfx] " Jürgen Groß
2020-08-04  6:12     ` Jürgen Groß
2020-08-04  6:35     ` Oleksandr Andrushchenko
2020-08-04  6:35       ` Oleksandr Andrushchenko
2020-08-04  6:35       ` [Intel-gfx] " Oleksandr Andrushchenko
2020-08-04  6:35       ` Oleksandr Andrushchenko
2020-08-04  6:39       ` Jürgen Groß
2020-08-04  6:39         ` [Intel-gfx] " Jürgen Groß
2020-08-04  6:39         ` Jürgen Groß
2020-08-06  9:20       ` Dan Carpenter
2020-08-06  9:20         ` Dan Carpenter
2020-08-06  9:20         ` [Intel-gfx] " Dan Carpenter
2020-08-06  9:20         ` Dan Carpenter
2020-08-06  9:17   ` Dan Carpenter
2020-08-06  9:17     ` Dan Carpenter
2020-08-06  9:17     ` [Intel-gfx] " Dan Carpenter
2020-08-06  9:17     ` Dan Carpenter
2020-07-31 12:51 ` [PATCH 3/6] drm/xen-front: Add YUYV to supported formats Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-07-31 12:51   ` [Intel-gfx] " Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-08-07  9:35   ` Noralf Trønnes
2020-08-07  9:35     ` [Intel-gfx] " Noralf Trønnes
2020-08-07  9:35     ` Noralf Trønnes
2020-07-31 12:51 ` [PATCH 4/6] xen: Sync up with the canonical protocol definition in Xen Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-07-31 12:51   ` [Intel-gfx] " Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-08-04  6:14   ` Jürgen Groß
2020-08-04  6:14     ` Jürgen Groß
2020-08-04  6:14     ` [Intel-gfx] " Jürgen Groß
2020-08-04  6:14     ` Jürgen Groß
2020-07-31 12:51 ` [PATCH 5/6] drm/xen-front: Pass dumb buffer data offset to the backend Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-07-31 12:51   ` [Intel-gfx] " Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-08-07  9:33   ` Noralf Trønnes
2020-08-07  9:33     ` [Intel-gfx] " Noralf Trønnes
2020-08-07  9:33     ` Noralf Trønnes
2020-07-31 12:51 ` [PATCH 6/6] drm/xen-front: Add support for EDID based configuration Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-07-31 12:51   ` [Intel-gfx] " Oleksandr Andrushchenko
2020-07-31 12:51   ` Oleksandr Andrushchenko
2020-08-05 14:35   ` [Intel-gfx] " kernel test robot
2020-08-05 14:35     ` kernel test robot
2020-08-05 14:35     ` kernel test robot
2020-08-05 14:35     ` kernel test robot
2020-08-05 14:35     ` kernel test robot
2020-07-31 13:09 ` Patchwork [this message]
2020-07-31 13:29 ` [Intel-gfx] ✓ Fi.CI.BAT: success for Fixes and improvements for Xen pvdrm Patchwork
2020-07-31 18:35 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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=159620099105.10471.3104383849210549868@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=andr2000@gmail.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.