Re: [Intel-gfx] [PATCH 5/7] drm/i915: Take forcewake for setting the RPS thresholds

2017-02-20 Thread Chris Wilson
On Mon, Feb 20, 2017 at 04:34:43PM +0200, Mika Kuoppala wrote: > Chris Wilson writes: > > > Take forcewake for the entire duration of reprogramming the RPS > > thresholds. By itself it should not achieve much as instead of going > > into the FIFO, we force the device to wake for the reprograming,

Re: [Intel-gfx] [PATCH 5/7] drm/i915: Take forcewake for setting the RPS thresholds

2017-02-20 Thread Mika Kuoppala
Chris Wilson writes: > Take forcewake for the entire duration of reprogramming the RPS > thresholds. By itself it should not achieve much as instead of going > into the FIFO, we force the device to wake for the reprograming, but it > should help in regards to the next patch that introduces a read

[Intel-gfx] [PATCH 5/7] drm/i915: Take forcewake for setting the RPS thresholds

2017-02-20 Thread Chris Wilson
Take forcewake for the entire duration of reprogramming the RPS thresholds. By itself it should not achieve much as instead of going into the FIFO, we force the device to wake for the reprograming, but it should help in regards to the next patch that introduces a read. Signed-off-by: Chris Wilson