drm/i915: Split out !RCS legacy context switching
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 13 Apr 2016 16:35:13 +0000 (17:35 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 14 Apr 2016 09:45:40 +0000 (10:45 +0100)
commite1a8daa2d159776f01d7129fae053d2d08d6c6df
tree8b01c2b4f806bbb0f39af45d4951afc770ea9e23
parent349f2ccff94e835210b253ec9bef1d97d6afb312
drm/i915: Split out !RCS legacy context switching

Having the !RCS legacy context switch threaded through the RCS switching
code makes it much harder to follow and understand. In the next patch, I
want to fix a bug handling the incomplete switch, this is made much
simpler if we segregate the two paths now.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1460565315-7748-14-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_context.c
This page took 0.041401 seconds and 5 git commands to generate.