public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll()
Date: Thu, 07 Feb 2019 18:01:45 -0000	[thread overview]
Message-ID: <20190207180145.31508.1781@emeril.freedesktop.org> (raw)
In-Reply-To: <20190207173230.22368-1-ville.syrjala@linux.intel.com>

== Series Details ==

Series: series starting with [01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll()
URL   : https://patchwork.freedesktop.org/series/56354/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
4a516bd3c8c7 drm/i915: Don't pass crtc to intel_find_shared_dpll()
bf85a4dc6c43 drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll()
a6bc002df368 drm/i915: Pass crtc_state down to skl dpll funcs
11ad00fc5691 drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll()
f0140456a110 drm/i915: Pass crtc_state down to bxt dpll funcs
-:153: CHECK:SPACING: No space is necessary after a cast
#153: FILE: drivers/gpu/drm/i915/intel_dpll_mgr.c:1852:
+	id = (enum intel_dpll_id) encoder->port;

total: 0 errors, 0 warnings, 1 checks, 136 lines checked
366662df0b7f drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll()
befe48f125b5 drm/i915: Pass crtc_state down to cnl dpll funcs
b78d192ed8bd drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll()
fd96d0dd0da2 drm/i915: Pass crtc_state down to icl dpll funcs
0dd1a1e3a232 drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll()
502bd2131842 drm/i915: Fix readout for cnl DPLL kdiv==3
bdf9bfde9ad8 drm/i915: Nuke icl_calc_dp_combo_pll_link()
afee63b9e324 drm/i915: Remove the fragile array index -> link rate mapping
-:76: CHECK:LINE_SPACING: Please don't use multiple blank lines
#76: FILE: drivers/gpu/drm/i915/intel_dpll_mgr.c:2456:
 
+

total: 0 errors, 0 warnings, 1 checks, 159 lines checked

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

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

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-07 17:32 [PATCH 01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll() Ville Syrjala
2019-02-07 17:32 ` [PATCH 02/13] drm/i915: Don't pass crtc to intel_get_shared_dpll() and .get_dpll() Ville Syrjala
2019-02-07 17:32 ` [PATCH 03/13] drm/i915: Pass crtc_state down to skl dpll funcs Ville Syrjala
2019-02-07 17:32 ` [PATCH 04/13] drm/i915: Remove redundant on stack dpll_hw_state from skl_get_dpll() Ville Syrjala
2019-02-07 17:32 ` [PATCH 05/13] drm/i915: Pass crtc_state down to bxt dpll funcs Ville Syrjala
2019-02-07 17:32 ` [PATCH 06/13] drm/i915: Remove redundant on stack dpll_hw_state from bxt_get_dpll() Ville Syrjala
2019-02-07 17:32 ` [PATCH 07/13] drm/i915: Pass crtc_state down to cnl dpll funcs Ville Syrjala
2019-02-07 17:32 ` [PATCH 08/13] drm/i915: Remove redundant on stack dpll_hw_state from cnl_get_dpll() Ville Syrjala
2019-02-07 17:32 ` [PATCH 09/13] drm/i915: Pass crtc_state down to icl dpll funcs Ville Syrjala
2019-02-07 17:32 ` [PATCH 10/13] drm/i915: Remove redundant on stack dpll_hw_state from icl_get_dpll() Ville Syrjala
2019-02-07 17:32 ` [PATCH 11/13] drm/i915: Fix readout for cnl DPLL kdiv==3 Ville Syrjala
2019-02-07 22:48   ` Lucas De Marchi
2019-02-07 17:32 ` [PATCH 12/13] drm/i915: Nuke icl_calc_dp_combo_pll_link() Ville Syrjala
2019-02-07 17:32 ` [PATCH 13/13] drm/i915: Remove the fragile array index -> link rate mapping Ville Syrjala
2019-02-07 23:11   ` Lucas De Marchi
2019-02-08 12:24     ` Ville Syrjälä
2019-02-07 18:01 ` Patchwork [this message]
2019-02-07 18:19 ` ✓ Fi.CI.BAT: success for series starting with [01/13] drm/i915: Don't pass crtc to intel_find_shared_dpll() Patchwork
2019-02-07 20:47 ` ✓ Fi.CI.IGT: " Patchwork
2019-03-02  0:28 ` [PATCH 01/13] " Lucas De Marchi

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=20190207180145.31508.1781@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ville.syrjala@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox