]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Reorganise legacy context switch to cope with late failure
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 13 Apr 2016 16:35:14 +0000 (17:35 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 14 Apr 2016 09:45:40 +0000 (10:45 +0100)
commitfcb5106d665879edbc1ebb6e1f1a67695954b81d
treed7417f0b5e778c6fd8a6beb3119093dbbecbbd3c
parente1a8daa2d159776f01d7129fae053d2d08d6c6df
drm/i915: Reorganise legacy context switch to cope with late failure

After mi_set_context() succeeds, we need to update the state of the
engine's last_context. This ensures that we hold a pin on the context
whilst the hardware may write to it. However, since we didn't complete
the post-switch setup of the context, we need to force the subsequent
use of the same context to complete the setup (which means updating
should_skip_switch()).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1460565315-7748-15-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_context.c