Re: [Intel-gfx] [PATCH 7/8] drm/i915: extract pch_pll_set from ironlake_crtc_mode_set

2012-09-19 Thread Daniel Vetter
On Tue, Sep 18, 2012 at 10:18 PM, Paulo Zanoni przan...@gmail.com wrote: 2012/9/12 Daniel Vetter dan...@ffwll.ch: On Wed, Sep 12, 2012 at 10:06:35AM -0300, Paulo Zanoni wrote: From: Paulo Zanoni paulo.r.zan...@intel.com [ ... ] + if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) { Since the

Re: [Intel-gfx] [PATCH 7/8] drm/i915: extract pch_pll_set from ironlake_crtc_mode_set

2012-09-18 Thread Paulo Zanoni
Hi 2012/9/12 Daniel Vetter dan...@ffwll.ch: On Wed, Sep 12, 2012 at 10:06:35AM -0300, Paulo Zanoni wrote: From: Paulo Zanoni paulo.r.zan...@intel.com [ ... ] + if (HAS_PCH_IBX(dev) || HAS_PCH_CPT(dev)) { Since the plan is to move all the hsw_crtc_stuff out into it's own function I'd

[Intel-gfx] [PATCH 7/8] drm/i915: extract pch_pll_set from ironlake_crtc_mode_set

2012-09-12 Thread Paulo Zanoni
From: Paulo Zanoni paulo.r.zan...@intel.com This is all the code responsible for setting the PCH PLLs. Signed-off-by: Paulo Zanoni paulo.r.zan...@intel.com --- drivers/gpu/drm/i915/intel_display.c | 260 -- 1 file changed, 153 insertions(+), 107 deletions(-)

Re: [Intel-gfx] [PATCH 7/8] drm/i915: extract pch_pll_set from ironlake_crtc_mode_set

2012-09-12 Thread Daniel Vetter
On Wed, Sep 12, 2012 at 10:06:35AM -0300, Paulo Zanoni wrote: From: Paulo Zanoni paulo.r.zan...@intel.com This is all the code responsible for setting the PCH PLLs. Signed-off-by: Paulo Zanoni paulo.r.zan...@intel.com --- drivers/gpu/drm/i915/intel_display.c | 260