commit | dfabbcb4f6a277992037fe199bcc1bf6bd44a996 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Mon Jun 04 14:42:51 2012 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jun 14 17:36:19 2012 +0200 |
tree | 5cb53f3a711f3ab35328c4757d455526353e56d3 | |
parent | 12b0286f49947a6cdc9285032d918466a8c3f5f9 [diff] |
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>