Re: [Intel-gfx] [PATCH 4/4 v2] pm_rps: Require that cur reaches min at idle

2014-01-27 Thread Daniel Vetter
On Mon, Jan 27, 2014 at 04:23:26PM -0600, Jeff McGee wrote: > On Mon, Jan 27, 2014 at 05:50:04PM +0100, Daniel Vetter wrote: > > On Mon, Jan 27, 2014 at 10:24:53AM -0600, Jeff McGee wrote: > > > On Sat, Jan 25, 2014 at 08:46:45PM +0100, Daniel Vetter wrote: > > > > On Thu, Jan 23, 2014 at 03:54:50P

Re: [Intel-gfx] [PATCH 4/4 v2] pm_rps: Require that cur reaches min at idle

2014-01-27 Thread Jeff McGee
On Mon, Jan 27, 2014 at 05:50:04PM +0100, Daniel Vetter wrote: > On Mon, Jan 27, 2014 at 10:24:53AM -0600, Jeff McGee wrote: > > On Sat, Jan 25, 2014 at 08:46:45PM +0100, Daniel Vetter wrote: > > > On Thu, Jan 23, 2014 at 03:54:50PM -0600, jeff.mc...@intel.com wrote: > > > > From: Jeff McGee > > >

Re: [Intel-gfx] [PATCH 4/4 v2] pm_rps: Require that cur reaches min at idle

2014-01-27 Thread Daniel Vetter
On Mon, Jan 27, 2014 at 10:24:53AM -0600, Jeff McGee wrote: > On Sat, Jan 25, 2014 at 08:46:45PM +0100, Daniel Vetter wrote: > > On Thu, Jan 23, 2014 at 03:54:50PM -0600, jeff.mc...@intel.com wrote: > > > From: Jeff McGee > > > > > > The current frequency should reach the minimum frequency within

Re: [Intel-gfx] [PATCH 4/4 v2] pm_rps: Require that cur reaches min at idle

2014-01-27 Thread Jeff McGee
On Sat, Jan 25, 2014 at 08:46:45PM +0100, Daniel Vetter wrote: > On Thu, Jan 23, 2014 at 03:54:50PM -0600, jeff.mc...@intel.com wrote: > > From: Jeff McGee > > > > The current frequency should reach the minimum frequency within a > > reasonable time during idle. > > > > v2: Not using forcewake f

Re: [Intel-gfx] [PATCH 4/4 v2] pm_rps: Require that cur reaches min at idle

2014-01-25 Thread Daniel Vetter
On Thu, Jan 23, 2014 at 03:54:50PM -0600, jeff.mc...@intel.com wrote: > From: Jeff McGee > > The current frequency should reach the minimum frequency within a > reasonable time during idle. > > v2: Not using forcewake for this particular subtest per Daniel's > suggestion. > > Signed-off-by:

[Intel-gfx] [PATCH 4/4 v2] pm_rps: Require that cur reaches min at idle

2014-01-23 Thread jeff . mcgee
From: Jeff McGee The current frequency should reach the minimum frequency within a reasonable time during idle. v2: Not using forcewake for this particular subtest per Daniel's suggestion. Signed-off-by: Jeff McGee --- tests/pm_rps.c | 22 ++ 1 file changed, 18 inserti