[Intel-gfx] [PATCH 33/48] drm/i915: Do aliasing PPGTT init with contexts

2013-12-06 Thread Ben Widawsky
We have a default context which suits the aliasing PPGTT well. Tie them together so it looks like any other context/PPGTT pair. This makes the code cleaner as it won't have to special case aliasing as often. The patch has one slightly tricky part in the default context creation function. In the

[Intel-gfx] [PATCH 33/48] drm/i915: Do aliasing PPGTT init with contexts

2013-12-06 Thread Ben Widawsky
We have a default context which suits the aliasing PPGTT well. Tie them together so it looks like any other context/PPGTT pair. This makes the code cleaner as it won't have to special case aliasing as often. The patch has one slightly tricky part in the default context creation function. In the