[Intel-gfx] [PATCH 2/9] drm/i915: Convert renderctx to a regular context

2013-09-05 Thread Chris Wilson
From: Ben Widawsky The medium term plan is to just use the existing context code on ILK as well. The conversion just assists. Therefore, this is somewhat transient as I plan to kill renderctx quite soon. Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Tested-by: Chris Wilson # X still w

Re: [Intel-gfx] [PATCH 2/9] drm/i915: Convert renderctx to a regular context

2013-07-15 Thread Chris Wilson
On Sun, Jul 14, 2013 at 09:22:46AM -0700, Ben Widawsky wrote: > @@ -3650,10 +3650,14 @@ static int ironlake_setup_rc6(struct drm_device *dev) > { > struct drm_i915_private *dev_priv = dev->dev_private; > > - if (dev_priv->ips.renderctx == NULL) > - dev_priv->ips.renderctx =

[Intel-gfx] [PATCH 2/9] drm/i915: Convert renderctx to a regular context

2013-07-14 Thread Ben Widawsky
The medium term plan is to just use the existing context code on ILK as well. The conversion just assists. Therefore, this is somewhat transient as I plan to kill renderctx quite soon. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_debugfs.c | 4 ++-- drivers/gpu/drm/i915/i915_dr