[Intel-gfx] [PATCH 00/11] drm/i915: rawclk/cdclk stuff

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Mon Nov 30 06:23:41 PST 2015


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

Imre and Jani were discussing issues related to the rawclk/cdclk->pwm
frequency conversions, so I figured it's a good time to post whatever
cleanups and fixes I have lying around for that code. So here it is

Entire series avaible here:
git://github.com/vsyrjala/linux.git rawclk_freq_8

Ville Syrjälä (11):
  drm/i915: Fix VBT backlight Hz to PWM conversion for PNV
  drm/i915: Fix vbt PWM max setup for CTG
  drm/i915: Add HAS_PCH_LPT_H()
  drm/i915: Kill duplicated PNV .get_display_clock_speed() assignment
  drm/i915: Round the AUX clock divider to closest on all platforms
  drm/i915: Use cached cdclk_freq for PWM calculations
  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

 drivers/gpu/drm/i915/i915_drv.h      |  2 ++
 drivers/gpu/drm/i915/i915_reg.h      |  1 +
 drivers/gpu/drm/i915/intel_display.c | 59 ++++++++++++++++++++--------------
 drivers/gpu/drm/i915/intel_dp.c      | 61 ++++++++++++++++--------------------
 drivers/gpu/drm/i915/intel_drv.h     |  2 --
 drivers/gpu/drm/i915/intel_panel.c   | 36 +++++++++++----------
 6 files changed, 85 insertions(+), 76 deletions(-)

-- 
2.4.10



More information about the Intel-gfx mailing list