Re: [Intel-gfx] [PATCH 09/26] drm/i915: add power context allocation and setup on VLV

2013-03-07 Thread Jesse Barnes
On Tue, 05 Mar 2013 17:10:52 +0200 Jani Nikula wrote: > On Sat, 02 Mar 2013, Jesse Barnes wrote: > > The Gunit has a separate reg for this, so allocate some stolen space for > > the power context and initialize the reg. > > > > Signed-off-by: Jesse Barnes > > --- > > drivers/gpu/drm/i915/i915_

Re: [Intel-gfx] [PATCH 09/26] drm/i915: add power context allocation and setup on VLV

2013-03-05 Thread Jani Nikula
On Sat, 02 Mar 2013, Jesse Barnes wrote: > The Gunit has a separate reg for this, so allocate some stolen space for > the power context and initialize the reg. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/i915_drv.h|2 ++ > drivers/gpu/drm/i915/i915_gem_stolen.c | 4

[Intel-gfx] [PATCH 09/26] drm/i915: add power context allocation and setup on VLV

2013-03-01 Thread Jesse Barnes
The Gunit has a separate reg for this, so allocate some stolen space for the power context and initialize the reg. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.h|2 ++ drivers/gpu/drm/i915/i915_gem_stolen.c | 41 drivers/gpu/drm/i91