All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ICL PLLs, DP/HDMI and misc display, v2
@ 2018-03-28 21:57 Paulo Zanoni
  2018-03-28 21:57 ` [PATCH 1/8] drm/i915/icl: Don't set pipe CSC/Gamma in PLANE_COLOR_CTL Paulo Zanoni
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Paulo Zanoni @ 2018-03-28 21:57 UTC (permalink / raw)
  To: intel-gfx; +Cc: Paulo Zanoni

We already merged some patches from this series, so this new version is smaller.
Some of the patches here already have R-B tags but they depend on non-reviewed
patches.

Only patches 2, 3 and 7 need reviews. I don't think I can qualify as a reviewer
for patch 7 anymore due to how much I changed it.

Thanks,
Paulo

James Ausmus (1):
  drm/i915/icl: Don't set pipe CSC/Gamma in PLANE_COLOR_CTL

Manasi Navare (2):
  drm/i915/icl: Implement voltage swing programming sequence for Combo
    PHY DDI
  drm/i915/icl: Fix the DP Max Voltage for ICL

Paulo Zanoni (5):
  drm/i915/icl: add definitions for the ICL PLL registers
  drm/i915/icl: add basic support for the ICL clocks
  drm/i915/icl: compute the combo PHY (DPLL) HDMI registers
  drm/i915/icl: compute the combo PHY (DPLL) DP registers
  drm/i915/icl: compute the MG PLL registers

 drivers/gpu/drm/i915/i915_debugfs.c   |  22 ++
 drivers/gpu/drm/i915/i915_reg.h       | 153 +++++++-
 drivers/gpu/drm/i915/intel_ddi.c      | 297 ++++++++++++++-
 drivers/gpu/drm/i915/intel_display.c  |  24 +-
 drivers/gpu/drm/i915/intel_dpll_mgr.c | 655 +++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_dpll_mgr.h |  41 +++
 drivers/gpu/drm/i915/intel_drv.h      |   6 +
 7 files changed, 1183 insertions(+), 15 deletions(-)

-- 
2.14.3

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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-05-07 18:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 21:57 [PATCH 0/8] ICL PLLs, DP/HDMI and misc display, v2 Paulo Zanoni
2018-03-28 21:57 ` [PATCH 1/8] drm/i915/icl: Don't set pipe CSC/Gamma in PLANE_COLOR_CTL Paulo Zanoni
2018-03-28 21:57 ` [PATCH 2/8] drm/i915/icl: add definitions for the ICL PLL registers Paulo Zanoni
2018-04-27 22:49   ` James Ausmus
2018-03-28 21:57 ` [PATCH 3/8] drm/i915/icl: add basic support for the ICL clocks Paulo Zanoni
2018-04-09 23:23   ` James Ausmus
2018-04-25  0:22     ` Paulo Zanoni
2018-04-27 23:14       ` Paulo Zanoni
2018-05-07 18:52         ` James Ausmus
2018-03-28 21:57 ` [PATCH 4/8] drm/i915/icl: compute the combo PHY (DPLL) HDMI registers Paulo Zanoni
2018-03-28 21:58 ` [PATCH 5/8] drm/i915/icl: compute the combo PHY (DPLL) DP registers Paulo Zanoni
2018-03-28 21:58 ` [PATCH 6/8] drm/i915/icl: compute the MG PLL registers Paulo Zanoni
2018-03-28 21:58 ` [PATCH 7/8] drm/i915/icl: Implement voltage swing programming sequence for Combo PHY DDI Paulo Zanoni
2018-03-31  9:53   ` kbuild test robot
2018-03-28 21:58 ` [PATCH 8/8] drm/i915/icl: Fix the DP Max Voltage for ICL Paulo Zanoni
2018-03-28 23:06 ` ✗ Fi.CI.CHECKPATCH: warning for ICL PLLs, DP/HDMI and misc display (rev5) Patchwork
2018-03-28 23:21 ` ✓ Fi.CI.BAT: success " Patchwork
2018-03-29  7:53 ` ✓ Fi.CI.IGT: " Patchwork
2018-04-30  8:42 ` ✗ Fi.CI.CHECKPATCH: warning for ICL PLLs, DP/HDMI and misc display (rev6) Patchwork
2018-04-30  8:57 ` ✗ Fi.CI.BAT: failure " Patchwork

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.