drm/i915: use the default context
authorBen Widawsky <ben@bwidawsk.net>
Mon, 4 Jun 2012 21:42:51 +0000 (14:42 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 14 Jun 2012 15:36:19 +0000 (17:36 +0200)
commitdfabbcb4f6a277992037fe199bcc1bf6bd44a996
tree5cb53f3a711f3ab35328c4757d455526353e56d3
parent12b0286f49947a6cdc9285032d918466a8c3f5f9
drm/i915: use the default context

With the code to do HW context switches in place have the driver load the
default context for the render ring when the driver loads.

The default context will be an ever present context that is available to
switch to at any time for the given ring.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
drivers/gpu/drm/i915/i915_gem_context.c