commit | 09c87db8b499da5fc5e474a665559a26aecd7c7f | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Thu Apr 03 20:02:42 2014 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Apr 04 09:30:52 2014 +0200 |
tree | b21311272a80b32147f7802afb3c1bd711b06369 | |
parent | f6d519481b662d9fc52836e6e6107520f03e0122 [diff] |
drm/i915: vlv: fix RPS interrupt mask setting This typo may lead to missed RPS interrupts and as a result a too low or too high frequency for the current workload. The interrupt mask will be set properly at a subsequent GPU idle event, but can get corrupted again at the next RPS up/down event. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>