drm/i915: put context upon switching
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 May 2013 13:48:07 +0000 (16:48 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 6 May 2013 09:20:48 +0000 (11:20 +0200)
commit112522f6789581824903f6f72082b5b841a7f0f9
tree027628674a678d2bc6f3f8822c672fbf0fee8c41
parent21a8e6a4853b2ed39fa4c5188a710f2cf1b92026
drm/i915: put context upon switching

In order to be notified of when the context and all of its associated
objects is idle (for if the context maps to a ppgtt) we need a callback
from the retire handler. We can arrange this by using the kref_get/put
of the context for request tracking and by inserting a request to
demarque the switch away from the old context.

[Ben: fixed minor error to patch compile, AND s/last_context/from/]
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_context.c
drivers/gpu/drm/i915/intel_ringbuffer.h