Re: [Intel-gfx] [PATCH 2/3] drm/i915: Don't accidentally increase the frequency in handling DOWN rps

2017-02-14 Thread Szwichtenberg, Radoslaw
On Fri, 2017-02-10 at 15:03 +, Chris Wilson wrote: > If we receive a DOWN_TIMEOUT rps interrupt, we respond by reducing the > GPU clocks significantly. Before we do, double check that the frequency > we pick is actually a decrease. > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH 2/3] drm/i915: Don't accidentally increase the frequency in handling DOWN rps

2017-02-10 Thread Chris Wilson
If we receive a DOWN_TIMEOUT rps interrupt, we respond by reducing the GPU clocks significantly. Before we do, double check that the frequency we pick is actually a decrease. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c | 2 +- 1 file changed, 1