From: Daniel Vetter Date: Wed, 25 Jun 2014 19:02:02 +0000 (+0300) Subject: drm/i915: Switch to common shared dpll framework for WRPLLs X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~49^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716c2e55100ff5588bd2bbca14951ef11624cba2;p=pandora-kernel.git drm/i915: Switch to common shared dpll framework for WRPLLs Mostly this patch is one big excersize in deleting code and asserts which are no longer needed. Note that we still abuse the shared dpll framework a bit since we call the enable/disable functions from the crtc mode_set and off hooks. But changing the actual hardware sequence will be done in the next step. Note that besides the massive amount of changes in this patch the places and order in which the low-level WRPLL code is called is absolutely unchanged. Signed-off-by: Daniel Vetter Reviewed-by: Damien Lespiau [imre: rebased on patchset version w/o pch/crt/fdi refactoring] Signed-off-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed