Re: [Intel-gfx] [PATCH 1/3] drm/i915: fix lost FP_CB_TUNE setting for pch plls

2013-04-06 Thread Daniel Vetter
On Fri, Apr 05, 2013 at 04:52:28PM -0300, Paulo Zanoni wrote: > Hi > > 2013/4/4 Daniel Vetter : > > commit de13a2e3f88a4da8e85063b6de37096795079e41 > > Author: Paulo Zanoni > > Date: Thu Sep 20 18:36:05 2012 -0300 > > > > drm/i915: extract compute_dpll from ironlake_crtc_mode_set > > > > mi

Re: [Intel-gfx] [PATCH 1/3] drm/i915: fix lost FP_CB_TUNE setting for pch plls

2013-04-05 Thread Paulo Zanoni
Hi 2013/4/4 Daniel Vetter : > commit de13a2e3f88a4da8e85063b6de37096795079e41 > Author: Paulo Zanoni > Date: Thu Sep 20 18:36:05 2012 -0300 > > drm/i915: extract compute_dpll from ironlake_crtc_mode_set > > missed the subtle adjustment of the FP1 register. Fix this up by > passing a pointer

[Intel-gfx] [PATCH 1/3] drm/i915: fix lost FP_CB_TUNE setting for pch plls

2013-04-04 Thread Daniel Vetter
commit de13a2e3f88a4da8e85063b6de37096795079e41 Author: Paulo Zanoni Date: Thu Sep 20 18:36:05 2012 -0300 drm/i915: extract compute_dpll from ironlake_crtc_mode_set missed the subtle adjustment of the FP1 register. Fix this up by passing a pointer around instead of the value. Cc: Paulo Za