Re: [Intel-gfx] [PATCH 13/16] drm/i915: Free RPS boosts for all laggards

2015-05-21 Thread Daniel Vetter
On Mon, Apr 27, 2015 at 01:41:24PM +0100, Chris Wilson wrote: > If the client stalls on a congested request, chosen to be 20ms old to > match throttling, allow the client a free RPS boost. > > Signed-off-by: Chris Wilson Merged up to this on with an s/rq/req/ per the patch I've just submitted. I

Re: [Intel-gfx] [PATCH 13/16] drm/i915: Free RPS boosts for all laggards

2015-05-21 Thread Daniel Vetter
On Mon, Apr 27, 2015 at 01:41:24PM +0100, Chris Wilson wrote: > If the client stalls on a congested request, chosen to be 20ms old to > match throttling, allow the client a free RPS boost. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_gem.c | 2 +- > drivers/gpu/drm/i915/in

[Intel-gfx] [PATCH 13/16] drm/i915: Free RPS boosts for all laggards

2015-04-27 Thread Chris Wilson
If the client stalls on a congested request, chosen to be 20ms old to match throttling, allow the client a free RPS boost. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 2 +- drivers/gpu/drm/i915/intel_drv.h | 3 ++- drivers/gpu/drm/i915/intel_pm.c | 19 +++---