commit | 5896a5c8c9c01b09af05b02cdb2ae275ef143959 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 13 14:12:18 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 13 20:57:29 2017 +0100 |
tree | 26ecac243cf4c6450d31d872db47c0534c4f58f2 | |
parent | 7836cd02f27c03af2fca04b450177c51fc7caf1e [diff] |
drm/i915: Always stop the rings before a missing GPU reset Always try to stop the rings, even if the GPU reset itself has been disabled (via modparam i915.reset). This should at least stop the hw from spinning in the background consuming resources (e.g. power and memory bandwidth) letting the system rest-in-peace. References: https://bugs.freedesktop.org/show_bug.cgi?id=103260 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171013131218.18013-2-chris@chris-wilson.co.uk Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>