Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-02-11 Thread Zanoni, Paulo R
Em Ter, 2016-02-09 às 12:33 +0530, Kamble, Sagar A escreveu: > Hi Paulo, > > Thanks for comments. > 1. Will make change related to #define for number of pipes and > remove  > the unnecessary ones. > 2. vrefresh is almost same as "clock/(htotal*vtotal) if we round up  > later. Will keep it vrefresh

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-02-10 Thread Martin Peres
On 10/02/16 09:37, Daniel Vetter wrote: On Tue, Feb 09, 2016 at 02:08:23PM +0200, Martin Peres wrote: On 26/01/16 19:00, Daniel Vetter wrote: On Tue, Jan 26, 2016 at 07:45:42AM -0800, Jesse Barnes wrote: On 01/22/2016 09:00 AM, Daniel Vetter wrote: On Wed, Jan 20, 2016 at 06:26:02PM -0800, to

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-02-09 Thread Daniel Vetter
On Tue, Feb 09, 2016 at 02:08:23PM +0200, Martin Peres wrote: > On 26/01/16 19:00, Daniel Vetter wrote: > >On Tue, Jan 26, 2016 at 07:45:42AM -0800, Jesse Barnes wrote: > >>On 01/22/2016 09:00 AM, Daniel Vetter wrote: > >>>On Wed, Jan 20, 2016 at 06:26:02PM -0800, tom.orou...@intel.com wrote: > >>>

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-02-09 Thread Martin Peres
On 26/01/16 19:00, Daniel Vetter wrote: On Tue, Jan 26, 2016 at 07:45:42AM -0800, Jesse Barnes wrote: On 01/22/2016 09:00 AM, Daniel Vetter wrote: On Wed, Jan 20, 2016 at 06:26:02PM -0800, tom.orou...@intel.com wrote: From: Tom O'Rourke I'd say we need to keep the boost-deboost stuff alive,

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-02-09 Thread Martin Peres
On 21/01/16 04:26, tom.orou...@intel.com wrote: From: Tom O'Rourke SLPC (Single Loop Power Controller) is a replacement for some host-based power management features. The SLPC implemenation runs in firmware on GuC. This series is a first request for comments. This series is not expected to b

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-02-08 Thread Kamble, Sagar A
Hi Paulo, Thanks for comments. 1. Will make change related to #define for number of pipes and remove the unnecessary ones. 2. vrefresh is almost same as "clock/(htotal*vtotal) if we round up later. Will keep it vrefresh for now. Thanks Sagar On 2/4/2016 1:55 AM, Zanoni, Paulo R wrote: Em Q

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-02-03 Thread Zanoni, Paulo R
Em Qua, 2016-01-20 às 18:26 -0800, tom.orou...@intel.com escreveu: > From: Tom O'Rourke > > SLPC (Single Loop Power Controller) is a replacement for > some host-based power management features.  The SLPC > implemenation runs in firmware on GuC. > > This series is a first request for comments.  T

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-01-26 Thread O'Rourke, Tom
On Tue, Jan 26, 2016 at 09:17:51AM -0800, Jesse Barnes wrote: > On 01/26/2016 09:00 AM, Daniel Vetter wrote: > > On Tue, Jan 26, 2016 at 07:45:42AM -0800, Jesse Barnes wrote: > >> On 01/22/2016 09:00 AM, Daniel Vetter wrote: > >>> On Wed, Jan 20, 2016 at 06:26:02PM -0800, tom.orou...@intel.com wrot

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-01-26 Thread Jesse Barnes
On 01/26/2016 09:00 AM, Daniel Vetter wrote: > On Tue, Jan 26, 2016 at 07:45:42AM -0800, Jesse Barnes wrote: >> On 01/22/2016 09:00 AM, Daniel Vetter wrote: >>> On Wed, Jan 20, 2016 at 06:26:02PM -0800, tom.orou...@intel.com wrote: From: Tom O'Rourke SLPC (Single Loop Power Controll

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-01-26 Thread Daniel Vetter
On Tue, Jan 26, 2016 at 07:45:42AM -0800, Jesse Barnes wrote: > On 01/22/2016 09:00 AM, Daniel Vetter wrote: > > On Wed, Jan 20, 2016 at 06:26:02PM -0800, tom.orou...@intel.com wrote: > >> From: Tom O'Rourke > >> > >> SLPC (Single Loop Power Controller) is a replacement for > >> some host-based po

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-01-26 Thread Jesse Barnes
On 01/22/2016 09:00 AM, Daniel Vetter wrote: > On Wed, Jan 20, 2016 at 06:26:02PM -0800, tom.orou...@intel.com wrote: >> From: Tom O'Rourke >> >> SLPC (Single Loop Power Controller) is a replacement for >> some host-based power management features. The SLPC >> implemenation runs in firmware on Gu

Re: [Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-01-22 Thread Daniel Vetter
On Wed, Jan 20, 2016 at 06:26:02PM -0800, tom.orou...@intel.com wrote: > From: Tom O'Rourke > > SLPC (Single Loop Power Controller) is a replacement for > some host-based power management features. The SLPC > implemenation runs in firmware on GuC. > > This series is a first request for comments

[Intel-gfx] [RFC 00/22] Add support for GuC-based SLPC

2016-01-20 Thread tom . orourke
From: Tom O'Rourke SLPC (Single Loop Power Controller) is a replacement for some host-based power management features. The SLPC implemenation runs in firmware on GuC. This series is a first request for comments. This series is not expected to be merged. After changes based on comments, a late