mbox series

[v2,0/4] icl: Misc PLL patches

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

Message

Lucas De Marchi Jan. 25, 2019, 10:24 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.

v2 of https://patchwork.freedesktop.org/series/55378/

Changes: typos, commit messages and checkpatch fix. I'm dropping the
last commit as we don't really need it right now and when/if we do, I'm
not sure the alternative I proposed in v1 isn't better.

Lucas De Marchi (4):
  drm/i915/icl: use tc_port in MG_PLL macros
  drm/i915: always return something on DDI clock selection
  drm/i915/icl: remove dpll from clk_sel
  drm/i915/icl: keep track of unused pll while looping

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