From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH 19/31] drm/i915: fix up pch pll enabling for pixel multipliers Date: Wed, 12 Jun 2013 21:34:29 +0200 Message-ID: <20130612193428.GH22870@phenom.ffwll.local> References: <1370432073-27634-1-git-send-email-daniel.vetter@ffwll.ch> <1370432073-27634-20-git-send-email-daniel.vetter@ffwll.ch> <20130612151248.GH15338@strange.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) by gabe.freedesktop.org (Postfix) with ESMTP id 467BAE5C6C for ; Wed, 12 Jun 2013 12:34:34 -0700 (PDT) Received: by mail-ee0-f46.google.com with SMTP id d41so3426377eek.19 for ; Wed, 12 Jun 2013 12:34:33 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20130612151248.GH15338@strange.amr.corp.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Damien Lespiau Cc: Daniel Vetter , Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Wed, Jun 12, 2013 at 04:12:48PM +0100, Damien Lespiau wrote: > On Wed, Jun 05, 2013 at 01:34:21PM +0200, Daniel Vetter wrote: > > We have a nice comment saying that the pixel multiplier only sticks > > once the vco is on and stable. The only problem is that the enable bit > > wasn't set at all. This patch fixes this and so brings the ilk+ pch > > pll code in line with the i8xx/i9xx pll code. Or at least improves > > matters a lot. > > > > This should fix sdvo on ilk-ivb for low-res modes. > > > > Signed-off-by: Daniel Vetter > > Reviewed-by: Damien Lespiau Merged thus far, thanks a lot for the review. -Daniel > > -- > Damien > > > --- > > drivers/gpu/drm/i915/intel_display.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c > > index a30e27a..ecf0b1e 100644 > > --- a/drivers/gpu/drm/i915/intel_display.c > > +++ b/drivers/gpu/drm/i915/intel_display.c > > @@ -5601,7 +5601,7 @@ static uint32_t ironlake_compute_dpll(struct intel_crtc *intel_crtc, > > else > > dpll |= PLL_REF_INPUT_DREFCLK; > > > > - return dpll; > > + return dpll | DPLL_VCO_ENABLE; > > } > > > > static int ironlake_crtc_mode_set(struct drm_crtc *crtc, > > @@ -5663,7 +5663,7 @@ static int ironlake_crtc_mode_set(struct drm_crtc *crtc, > > &fp, &reduced_clock, > > has_reduced_clock ? &fp2 : NULL); > > > > - intel_crtc->config.dpll_hw_state.dpll = dpll | DPLL_VCO_ENABLE; > > + intel_crtc->config.dpll_hw_state.dpll = dpll; > > intel_crtc->config.dpll_hw_state.fp0 = fp; > > if (has_reduced_clock) > > intel_crtc->config.dpll_hw_state.fp1 = fp2; > > -- > > 1.7.11.7 > > > > _______________________________________________ > > Intel-gfx mailing list > > Intel-gfx@lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch