All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,1/2] drm: Add connector property to limit max bpc
Date: Tue, 18 Sep 2018 05:16:24 -0000	[thread overview]
Message-ID: <20180918051624.29614.17536@emeril.freedesktop.org> (raw)
In-Reply-To: <20180918045209.525-1-radhakrishna.sripada@intel.com>

== Series Details ==

Series: series starting with [v6,1/2] drm: Add connector property to limit max bpc
URL   : https://patchwork.freedesktop.org/series/49825/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
46b90fc53a4c drm: Add connector property to limit max bpc
-:56: WARNING:MISSING_SPACE: break quoted strings at a space character
#56: FILE: drivers/gpu/drm/drm_atomic.c:409:
+					 " display bpp (was %d) to EDID reported"
+					 "max of %d\n", connector->base.id,

-:140: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!prop"
#140: FILE: drivers/gpu/drm/drm_connector.c:1603:
+	if (prop == NULL) {

-:151: CHECK:LINE_SPACING: Please don't use multiple blank lines
#151: FILE: drivers/gpu/drm/drm_connector.c:1614:
+
+

total: 0 errors, 1 warnings, 2 checks, 140 lines checked
acf42a1a4b48 drm/i915: Allow "max bpc" property to limit pipe_bpp
-:63: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#63: FILE: drivers/gpu/drm/i915/intel_display.c:10859:
+		pipe_config->pipe_bpp = 8*3;
 		                         ^

-:67: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#67: FILE: drivers/gpu/drm/i915/intel_display.c:10863:
+		pipe_config->pipe_bpp = 10*3;
 		                          ^

-:73: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#73: FILE: drivers/gpu/drm/i915/intel_display.c:10869:
+		pipe_config->pipe_bpp = 12*3;
 		                          ^

-:76: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#76: FILE: drivers/gpu/drm/i915/intel_display.c:10872:
+		pipe_config->pipe_bpp = 16*3;
 		                          ^

total: 0 errors, 0 warnings, 4 checks, 92 lines checked

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

  parent reply	other threads:[~2018-09-18  5:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-18  4:52 [PATCH v6 1/2] drm: Add connector property to limit max bpc Radhakrishna Sripada
2018-09-18  4:52 ` [PATCH v6 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp Radhakrishna Sripada
2018-09-18  5:16 ` Patchwork [this message]
2018-09-18  5:18 ` ✗ Fi.CI.SPARSE: warning for series starting with [v6,1/2] drm: Add connector property to limit max bpc Patchwork
2018-09-18  5:36 ` ✓ Fi.CI.BAT: success " Patchwork
2018-09-18  7:05 ` ✓ Fi.CI.IGT: " Patchwork
2018-09-18 16:49 ` [PATCH v6 1/2] " Ville Syrjälä

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=20180918051624.29614.17536@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=radhakrishna.sripada@intel.com \
    /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.