mbox series

[0/5] icl: Misc PLL patches

Message ID 20190117202113.5190-1-lucas.demarchi@intel.com (mailing list archive)
Headers show
Series icl: Misc PLL patches | expand

Message

Lucas De Marchi Jan. 17, 2019, 8:21 p.m. UTC
Some PLL reworks on ICL. Patches are more or less independent of each
other, but touch the same part of the code.

Lucas De Marchi (5):
  drm/i915/icl: use tc_port in MG_PLL macros
  drm/i915: always return something
  drm/i915/icl: remove dpll from clk_sel
  drm/i915/icl: keep track of unused pll while looping
  drm/i915: allow shared plls to be non-consecutive

 drivers/gpu/drm/i915/i915_reg.h       |  52 +++++-----
 drivers/gpu/drm/i915/intel_ddi.c      |  20 ++--
 drivers/gpu/drm/i915/intel_display.c  |   3 +-
 drivers/gpu/drm/i915/intel_dpll_mgr.c | 137 ++++++++++++--------------
 drivers/gpu/drm/i915/intel_dpll_mgr.h |   2 +-
 5 files changed, 105 insertions(+), 109 deletions(-)

Comments

Lucas De Marchi Jan. 23, 2019, 6 p.m. UTC | #1
CC'ing people who have commits related to this series.
Could you take a look on it?

thanks
Lucas De Marchi

On Thu, Jan 17, 2019 at 12:21:08PM -0800, Lucas De Marchi wrote:
>Some PLL reworks on ICL. Patches are more or less independent of each
>other, but touch the same part of the code.
>
>Lucas De Marchi (5):
>  drm/i915/icl: use tc_port in MG_PLL macros
>  drm/i915: always return something
>  drm/i915/icl: remove dpll from clk_sel
>  drm/i915/icl: keep track of unused pll while looping
>  drm/i915: allow shared plls to be non-consecutive
>
> drivers/gpu/drm/i915/i915_reg.h       |  52 +++++-----
> drivers/gpu/drm/i915/intel_ddi.c      |  20 ++--
> drivers/gpu/drm/i915/intel_display.c  |   3 +-
> drivers/gpu/drm/i915/intel_dpll_mgr.c | 137 ++++++++++++--------------
> drivers/gpu/drm/i915/intel_dpll_mgr.h |   2 +-
> 5 files changed, 105 insertions(+), 109 deletions(-)
>
>-- 
>2.20.0
>