Subversion Repositories Kolibri OS

Rev

Rev 4371 | Rev 4560 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4371 Rev 4539
Line 959... Line 959...
959
{
959
{
960
	struct drm_i915_private *dev_priv = dev->dev_private;
960
	struct drm_i915_private *dev_priv = dev->dev_private;
961
	enum pipe pipe;
961
	enum pipe pipe;
962
	struct intel_crtc *intel_crtc;
962
	struct intel_crtc *intel_crtc;
Line -... Line 963...
-
 
963
 
-
 
964
	dev_priv->ddi_plls.spll_refcount = 0;
-
 
965
	dev_priv->ddi_plls.wrpll1_refcount = 0;
-
 
966
	dev_priv->ddi_plls.wrpll2_refcount = 0;
963
 
967
 
964
	for_each_pipe(pipe) {
968
	for_each_pipe(pipe) {
965
		intel_crtc =
969
		intel_crtc =
Line 966... Line 970...
966
			to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
970
			to_intel_crtc(dev_priv->pipe_to_crtc_mapping[pipe]);
-
 
971
 
967
 
972
		if (!intel_crtc->active) {
-
 
973
			intel_crtc->ddi_pll_sel = PORT_CLK_SEL_NONE;
Line 968... Line 974...
968
		if (!intel_crtc->active)
974
			continue;
969
			continue;
975
		}
Line 970... Line 976...
970
 
976