From: Daniel Vetter Date: Wed, 25 Jun 2014 19:02:03 +0000 (+0300) Subject: drm/i915: Only touch WRPLL hw state in enable/disable hooks X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~49^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df8ad70ca34f9bdf7e070d1a430bbdcac6acee12;p=pandora-kernel.git drm/i915: Only touch WRPLL hw state in enable/disable hooks To be able to do this we need to separately keep track of how many crtcs need a given WRPLL and how many actually actively use it. The common shared dpll framework already has all this, including massive state readout and cross checking. Which allows us to do this switch in a fairly small patch. Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed