Re: [Intel-gfx] [PATCH 6/7] drm/i915: add functions to disable and restore LCPLL

2013-07-19 Thread Paulo Zanoni
2013/7/18 Ben Widawsky : > On Fri, Jul 12, 2013 at 02:19:41PM -0300, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> For now there are no callers, but these functions are going to be >> needed for the code that allows Package C8+. Other future features may >> also require this code. >> > > The thi

Re: [Intel-gfx] [PATCH 6/7] drm/i915: add functions to disable and restore LCPLL

2013-07-19 Thread Paulo Zanoni
2013/7/18 Ben Widawsky : > On Thu, Jul 18, 2013 at 04:26:42PM -0700, Ben Widawsky wrote: >> On Fri, Jul 12, 2013 at 02:19:41PM -0300, Paulo Zanoni wrote: >> > From: Paulo Zanoni >> > >> > For now there are no callers, but these functions are going to be >> > needed for the code that allows Package

Re: [Intel-gfx] [PATCH 6/7] drm/i915: add functions to disable and restore LCPLL

2013-07-18 Thread Ben Widawsky
On Thu, Jul 18, 2013 at 04:26:42PM -0700, Ben Widawsky wrote: > On Fri, Jul 12, 2013 at 02:19:41PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > For now there are no callers, but these functions are going to be > > needed for the code that allows Package C8+. Other future features may

Re: [Intel-gfx] [PATCH 6/7] drm/i915: add functions to disable and restore LCPLL

2013-07-18 Thread Ben Widawsky
On Fri, Jul 12, 2013 at 02:19:41PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > For now there are no callers, but these functions are going to be > needed for the code that allows Package C8+. Other future features may > also require this code. > The thing that's missing from the patches

[Intel-gfx] [PATCH 6/7] drm/i915: add functions to disable and restore LCPLL

2013-07-18 Thread Paulo Zanoni
From: Paulo Zanoni For now there are no callers, but these functions are going to be needed for the code that allows Package C8+. Other future features may also require this code. v2: - Rebase. - Fix D_COMP wait timeout. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_reg.h

[Intel-gfx] [PATCH 6/7] drm/i915: add functions to disable and restore LCPLL

2013-07-12 Thread Paulo Zanoni
From: Paulo Zanoni For now there are no callers, but these functions are going to be needed for the code that allows Package C8+. Other future features may also require this code. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_reg.h | 7 +++ drivers/gpu/drm/i915/intel_display.