commit | f2ef6eb1453a95ce8ab388493793c54a6bedc405 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Mon Jun 04 14:42:53 2012 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jun 14 17:36:20 2012 +0200 |
tree | ca12532b5514eb82e2e85206941b3652dad7d0fc | |
parent | b9a3906b609c4b546f00483089516c65fb2ff014 [diff] |
drm/i915: switch to default context on idle To keep things as sane as possible, switch to the default context before idling. This should help free context objects, as well as put things in a more well defined state before suspending. v2: remove seqno from context switch call (daniel) return error on failed context switch instead of WARN+continue (daniel) v3: move idling to i915_gpu idle (from i915_gem_idle) (Chris) Signed-off-by: Ben Widawsky <ben@bwidawsk.net>