All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] drm/i915: cdclk code cleanup
@ 2016-05-11 19:44 ville.syrjala
  2016-05-11 19:44 ` [PATCH 01/13] drm/i915: Drop checks for max_pixclk failures in cdclk computation ville.syrjala
                   ` (14 more replies)
  0 siblings, 15 replies; 30+ messages in thread
From: ville.syrjala @ 2016-05-11 19:44 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Here's a bunch of cleanup, refactoring, etc. of the cdclk code. Much of
this serves as prep work for a larger series I have lined up which
takes Clint's SKL cdclk patch, expands on it, and then tries to unify
a lot of the SKL and BXT cdclk and display core init/uninit code. The
final goal is some future hardware enabling, and I really want that to
follow the same unified style as much as possible.

Anyways, I thought I'd try to get some of the less controversial cleanups
out of the way first, and so I'm sending out this series first.

Series available here:
git://github.com/vsyrjala/linux.git skl_bxt_cdclk_part_1

Ville Syrjälä (13):
  drm/i915: Drop checks for max_pixclk failures in cdclk computation
  drm/i915: Extract broadwell_calc_cdclk()
  drm/i915: Untangle .fdi_link_train and cdclk vfunc setup
  drm/i915: Don't pass dev_priv to broxton_calc_cdclk()
  drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation
  drm/i915: Use skl_cdclk_decimal() on bxt
  drm/i915: Remove 10% cdclk guardband on BXT
  drm/i915: Extract skl_dpll0_disable()
  drm/i915: Kill off dead code from skl_dpll0_enable()
  drm/i915: s/freq/cdclk/
  drm/i915: s/required_vco/vco/ in skl cdclk code
  drm/i915: Program BXT_CDCLK_CD2X_PIPE
  drm/i915: Eliminate the CDCLK_CTL RMW on BXT

 drivers/gpu/drm/i915/i915_reg.h      |   5 +-
 drivers/gpu/drm/i915/intel_display.c | 160 +++++++++++++++++------------------
 2 files changed, 81 insertions(+), 84 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2016-05-13 18:42 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-11 19:44 [PATCH 00/13] drm/i915: cdclk code cleanup ville.syrjala
2016-05-11 19:44 ` [PATCH 01/13] drm/i915: Drop checks for max_pixclk failures in cdclk computation ville.syrjala
2016-05-12 10:02   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 02/13] drm/i915: Extract broadwell_calc_cdclk() ville.syrjala
2016-05-12 10:03   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 03/13] drm/i915: Untangle .fdi_link_train and cdclk vfunc setup ville.syrjala
2016-05-12 10:06   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 04/13] drm/i915: Don't pass dev_priv to broxton_calc_cdclk() ville.syrjala
2016-05-12 10:07   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 05/13] drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation ville.syrjala
2016-05-12 10:13   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 06/13] drm/i915: Use skl_cdclk_decimal() on bxt ville.syrjala
2016-05-12 10:23   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 07/13] drm/i915: Remove 10% cdclk guardband on BXT ville.syrjala
2016-05-12 16:42   ` Imre Deak
2016-05-11 19:44 ` [PATCH 08/13] drm/i915: Extract skl_dpll0_disable() ville.syrjala
2016-05-12 10:25   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 09/13] drm/i915: Kill off dead code from skl_dpll0_enable() ville.syrjala
2016-05-12 10:26   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 10/13] drm/i915: s/freq/cdclk/ ville.syrjala
2016-05-12 10:28   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 11/13] drm/i915: s/required_vco/vco/ in skl cdclk code ville.syrjala
2016-05-12 10:29   ` Jani Nikula
2016-05-11 19:44 ` [PATCH 12/13] drm/i915: Program BXT_CDCLK_CD2X_PIPE ville.syrjala
2016-05-12 16:58   ` Imre Deak
2016-05-11 19:44 ` [PATCH 13/13] drm/i915: Eliminate the CDCLK_CTL RMW on BXT ville.syrjala
2016-05-12 17:05   ` Imre Deak
2016-05-11 20:23 ` ✗ Ro.CI.BAT: failure for drm/i915: cdclk code cleanup Patchwork
2016-05-12 15:16   ` Ville Syrjälä
2016-05-13 18:42 ` [PATCH 00/13] " Ville Syrjälä

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.