All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [PATCH 00/12] CNL DVFS
Date: Fri, 29 Sep 2017 17:08:38 -0700	[thread overview]
Message-ID: <20170930000850.31332-1-rodrigo.vivi@intel.com> (raw)

This is a new attempt of fixing the DVFS on CNL.

After I got the CI nack on the initial attempt I went down
finding and fixing some issues.
But also I decided to rework the existent port clock
functions to make sure we don't duplicate existent code
but also make sure we address HDMI case.

Another difference is that this series I don't extend
dvfs functions to SKL yet. I'd like to first discuss
and fix this CNL before we go and address SKL one.

Along with extending to SKL my plan is to document
these dvfs functions.

So, please let me know all your thoughts about patches here.

Thanks in advance,
Rodrigo.

Kahola, Mika (3):
  drm/i915/cnl: Expose DVFS change functions
  drm/i915/cnl: DVFS for PLL enabling
  drm/i915/cnl: DVFS for PLL disabling

Paulo Zanoni (1):
  drm/i915/cnl: extract cnl_dvfs_{pre,post}_change

Rodrigo Vivi (8):
  drm/i915: Let's use more enum intel_dpll_id pll_id.
  drm/i915/cnl: Extract cnl_calc_pll_link following bxt style.
  drm/i915/skl: Extract cnl_calc_pll_link following bxt,cnl style.
  drm/i915: Unify and export gen9+ port_clock calculation.
  drm/i915/cnl: Only request voltage frequency switching when needed.
  drm/i915/cnl: When disabling pll put dvfs back to cdclk requirement.
  drm/i915/cnl: Invert dvfs default level.
  drm/i915/cnl: Unify dvfs level selection.

 drivers/gpu/drm/i915/intel_cdclk.c    | 66 +++++++++++++++++---------
 drivers/gpu/drm/i915/intel_ddi.c      | 87 +++++++++++++++++++++++------------
 drivers/gpu/drm/i915/intel_dpll_mgr.c | 42 ++++++++++-------
 drivers/gpu/drm/i915/intel_drv.h      |  7 ++-
 4 files changed, 133 insertions(+), 69 deletions(-)

-- 
2.13.5

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

             reply	other threads:[~2017-09-30  0:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-30  0:08 Rodrigo Vivi [this message]
2017-09-30  0:08 ` [PATCH 01/12] drm/i915: Let's use more enum intel_dpll_id pll_id Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 02/12] drm/i915/cnl: Extract cnl_calc_pll_link following bxt style Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 03/12] drm/i915/skl: Extract cnl_calc_pll_link following bxt, cnl style Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 04/12] drm/i915: Unify and export gen9+ port_clock calculation Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 05/12] drm/i915/cnl: extract cnl_dvfs_{pre, post}_change Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 06/12] drm/i915/cnl: Expose DVFS change functions Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 07/12] drm/i915/cnl: DVFS for PLL enabling Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 08/12] drm/i915/cnl: DVFS for PLL disabling Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 09/12] drm/i915/cnl: Only request voltage frequency switching when needed Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 10/12] drm/i915/cnl: When disabling pll put dvfs back to cdclk requirement Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 11/12] drm/i915/cnl: Invert dvfs default level Rodrigo Vivi
2017-09-30  0:08 ` [PATCH 12/12] drm/i915/cnl: Unify dvfs level selection Rodrigo Vivi
2017-09-30  0:31 ` ✗ Fi.CI.BAT: failure for CNL DVFS 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=20170930000850.31332-1-rodrigo.vivi@intel.com \
    --to=rodrigo.vivi@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.