[Intel-gfx] [PATCH 2/2] drm/i915/bdw: Create a state setup hook

2014-04-06 Thread Ben Widawsky
Mika Kuoppala Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_drv.h | 2 ++ drivers/gpu/drm/i915/i915_gem_context.c | 3 +++ drivers/gpu/drm/i915/intel_uncore.c | 8 3 files changed, 13 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i

Re: [Intel-gfx] [PATCH 2/2] drm/i915/bdw: Create a state setup hook

2014-04-06 Thread Ben Widawsky
Screwed up the CC... my bad. Basically, I started doing my own state setup thing, and thought Mika could benefit. In the end my thing didn't solve the problem I was trying to solve. On Sun, Apr 06, 2014 at 12:54:10PM -0700, Ben Widawsky wrote: > Mika Kuoppala > Signed-off-by: Ben Widawsky > ---

Re: [Intel-gfx] [PATCH 2/2] drm/i915/bdw: Create a state setup hook

2014-04-07 Thread Ben Widawsky
On Sun, Apr 06, 2014 at 12:58:56PM -0700, Ben Widawsky wrote: > Screwed up the CC... my bad. Basically, I started doing my own state > setup thing, and thought Mika could benefit. In the end my thing didn't > solve the problem I was trying to solve. Okay, I botched the patch too. See below, if you