[Intel-gfx] [PATCH 20/70] drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts

2015-04-07 Thread Chris Wilson
Ring switches can occur many times per frame, and are often out of control, causing frequent RPS boosting for no practical benefit. Treat the sw semaphore synchronisation as a separate client and only allow it to boost once per busy/idle cycle. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH 20/70] drm/i915: Limit ring synchronisation (sw sempahores) RPS boosts

2015-04-08 Thread Daniel Vetter
On Tue, Apr 07, 2015 at 04:20:44PM +0100, Chris Wilson wrote: > Ring switches can occur many times per frame, and are often out of > control, causing frequent RPS boosting for no practical benefit. Treat > the sw semaphore synchronisation as a separate client and only allow it > to boost once per b