[Intel-gfx] [PATCH 00/13] Shared pll improvements

2016-03-08 Thread Ander Conselvan de Oliveira
Here's an updated patch series with Maarten's comments addressed. The last two patches also have fixes to please the state checker. Thanks, Ander Ander Conselvan de Oliveira (13): drm/i915: Move shared dpll code to a new file drm/i915: Move ddi shared dpll code to intel_dpll_mgr.c drm/i915:

[Intel-gfx] [PATCH 00/13] Shared pll improvements

2016-02-26 Thread Ander Conselvan de Oliveira
Hi, This patch series attempts to improve the shared pll interfaces. The idea is to hide the details of which PLL to use behind the call to intel_get_shared_dpll(), instead of having the weird mix currently used with DDI platforms. I plan to keep working on the interfaces to make it usuable by oth