commit | 17136d548e1b5ecd947da996f125907a671313d9 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 10 15:03:47 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Feb 14 22:35:39 2017 +0000 |
tree | 9a90eb2bea1f9b7514427aac730c0f3f07a1db0f | |
parent | db4c5e0b726f021e864e887e6b49ad6ecebabf5a [diff] |
drm/i915: Don't accidentally increase the frequency in handling DOWN rps 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 <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170210150348.22146-2-chris@chris-wilson.co.uk Reviewed-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com>