Re: [Intel-gfx] [PATCH 04/21] drm/i915: Extract skl_calc_cdclk()

2016-05-19 Thread Imre Deak
On pe, 2016-05-13 at 23:41 +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > We have many places where we want to pick a suitable cdclk frequency for > skl based on the dotclock and lcpll vco. Split that code into a small > helper and call it from all over. > > Signed-off-by:

[Intel-gfx] [PATCH 04/21] drm/i915: Extract skl_calc_cdclk()

2016-05-13 Thread ville . syrjala
From: Ville Syrjälä We have many places where we want to pick a suitable cdclk frequency for skl based on the dotclock and lcpll vco. Split that code into a small helper and call it from all over. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 63 +-