Re: [Intel-gfx] [PATCH 01/26] drm/i915: move NEEDS_FORCE_WAKE to i915_drv.c

2012-03-23 Thread Daniel Vetter
On Thu, Mar 22, 2012 at 03:20:51PM -0700, Ben Widawsky wrote: > On Thu, Mar 22, 2012 at 02:38:43PM -0700, Jesse Barnes wrote: > > It's only used by the main read/write functions, so we can keep it with > > them. > > > > Signed-off-by: Jesse Barnes > Acked-by: Ben Widawsky Queued for -next, thank

Re: [Intel-gfx] [PATCH 01/26] drm/i915: move NEEDS_FORCE_WAKE to i915_drv.c

2012-03-22 Thread Ben Widawsky
On Thu, Mar 22, 2012 at 02:38:43PM -0700, Jesse Barnes wrote: > It's only used by the main read/write functions, so we can keep it with > them. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/i915_drv.c |6 ++ > drivers/gpu/drm/i915/i915_drv.h |6 -- > 2 files change

[Intel-gfx] [PATCH 01/26] drm/i915: move NEEDS_FORCE_WAKE to i915_drv.c

2012-03-22 Thread Jesse Barnes
It's only used by the main read/write functions, so we can keep it with them. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.c |6 ++ drivers/gpu/drm/i915/i915_drv.h |6 -- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv