[Intel-gfx] [PATCH 19/48] drm/i915: Split context enabling from init

2013-12-06 Thread Ben Widawsky
From: Ben Widawsky b...@bwidawsk.net We **need** to do this for exactly 1 reason, because we want to embed a PPGTT into the context, but we don't want to special case the default context. To achieve that, we must be able to initialize contexts after the GTT is setup (so we can allocate and pin

[Intel-gfx] [PATCH 19/48] drm/i915: Split context enabling from init

2013-12-06 Thread Ben Widawsky
From: Ben Widawsky b...@bwidawsk.net We **need** to do this for exactly 1 reason, because we want to embed a PPGTT into the context, but we don't want to special case the default context. To achieve that, we must be able to initialize contexts after the GTT is setup (so we can allocate and pin