Re: [Intel-gfx] [PATCH 16/16] drm/i915: Allow RPS waitboosting to use max GPU frequency

2015-05-21 Thread Chris Wilson
On Thu, May 21, 2015 at 02:55:16PM +0200, Daniel Vetter wrote: > On Mon, Apr 27, 2015 at 01:41:27PM +0100, Chris Wilson wrote: > > Ignore the restriction imposed by the user for when the GPU is stalling > > the clients and dropping frames. We will return back to the user limits > > immediately once

Re: [Intel-gfx] [PATCH 16/16] drm/i915: Allow RPS waitboosting to use max GPU frequency

2015-05-21 Thread Daniel Vetter
On Mon, Apr 27, 2015 at 01:41:27PM +0100, Chris Wilson wrote: > Ignore the restriction imposed by the user for when the GPU is stalling > the clients and dropping frames. We will return back to the user limits > immediately once the stall is over. > > Signed-off-by: Chris Wilson > --- > drivers/

Re: [Intel-gfx] [PATCH 16/16] drm/i915: Allow RPS waitboosting to use max GPU frequency

2015-05-04 Thread Chris Wilson
On Mon, May 04, 2015 at 04:51:24PM +0200, Daniel Vetter wrote: > On Mon, Apr 27, 2015 at 01:41:27PM +0100, Chris Wilson wrote: > > Ignore the restriction imposed by the user for when the GPU is stalling > > the clients and dropping frames. We will return back to the user limits > > immediately once

Re: [Intel-gfx] [PATCH 16/16] drm/i915: Allow RPS waitboosting to use max GPU frequency

2015-05-04 Thread Daniel Vetter
On Mon, Apr 27, 2015 at 01:41:27PM +0100, Chris Wilson wrote: > Ignore the restriction imposed by the user for when the GPU is stalling > the clients and dropping frames. We will return back to the user limits > immediately once the stall is over. > > Signed-off-by: Chris Wilson Unsure about thi

[Intel-gfx] [PATCH 16/16] drm/i915: Allow RPS waitboosting to use max GPU frequency

2015-04-27 Thread Chris Wilson
Ignore the restriction imposed by the user for when the GPU is stalling the clients and dropping frames. We will return back to the user limits immediately once the stall is over. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-