commit | 995073072c2ae72255b595b192cc63f43fd386ef | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 24 09:42:52 2011 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 24 17:16:43 2011 +0000 |
tree | fd96c7638bf675b7f8c37c6d517ad2b20479082e | |
parent | c2e0eb167070a6e9dcb49c84c13c79a30d672431 [diff] |
drm/i915: Fix unintended recursion in ironlake_disable_rc6 After disabling, we're meant to teardown the bo used for the contexts, not recurse into ourselves again and preventing module unload. Reported-and-tested-by: Ben Widawsky <bwidawsk@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>