[Intel-gfx] [PATCH v2 drm/i915: rawclk/cdclk stuff (v2)

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Wed Mar 2 15:22:12 UTC 2016


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

Here are the remainder of my cdclk/rawclk cleanup patches. Previous time I
posted these was [1]. Bunch of them got already r-b'd by Jani. I also did
the PWM DIV_ROUND_CLOSEST() changes as Jani suggested last time around.

Entire series is available here:
git://github.com/vsyrjala/linux.git rawclk_freq_10

Ville Syrjälä (6):
  drm/i915: Store rawclk_freq in dev_priv
  drm/i915: Rename s/i9xx/g4x/ in DP code
  drm/i915: Use g4x_get_aux_clock_divider() for VLV/CHV
  drm/i915: Read out hrawclk from CCK on vlv/chv
  drm/i915: Clean up .get_aux_clock_divider() functions
  drm/i915: Use DIV_ROUND_CLOSEST for PWM calculations

 drivers/gpu/drm/i915/i915_drv.h      |  1 +
 drivers/gpu/drm/i915/i915_reg.h      |  1 +
 drivers/gpu/drm/i915/intel_display.c | 56 +++++++++++++++++++++-------------
 drivers/gpu/drm/i915/intel_dp.c      | 59 ++++++++++++++++--------------------
 drivers/gpu/drm/i915/intel_drv.h     |  2 --
 drivers/gpu/drm/i915/intel_panel.c   | 50 +++++++++++++++---------------
 6 files changed, 87 insertions(+), 82 deletions(-)

-- 
2.4.10



More information about the Intel-gfx mailing list