Re: [Intel-gfx] [PATCH v2] drm/i915/dsi: add support for DSI PLL N1 divisor values

2015-05-15 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6395 -Summary- Platform Delta drm-intel-nightly Series Applied PNV

Re: [Intel-gfx] [PATCH v2] drm/i915/dsi: add support for DSI PLL N1 divisor values

2015-05-13 Thread Ville Syrjälä
On Wed, May 13, 2015 at 10:35:25AM +0300, Jani Nikula wrote: Currently DSI PLL N1 is hardcoded off. Make it possible to use it later. This should have no functional changes for now. v2: s/ffz(~(n))/ffs(n) - 1/ (Ville) Signed-off-by: Jani Nikula jani.nik...@intel.com Reviewed-by: Ville

[Intel-gfx] [PATCH v2] drm/i915/dsi: add support for DSI PLL N1 divisor values

2015-05-13 Thread Jani Nikula
Currently DSI PLL N1 is hardcoded off. Make it possible to use it later. This should have no functional changes for now. v2: s/ffz(~(n))/ffs(n) - 1/ (Ville) Signed-off-by: Jani Nikula jani.nik...@intel.com --- drivers/gpu/drm/i915/intel_dsi_pll.c | 17 +++-- 1 file changed, 11