Re: [Intel-gfx] [PATCH 10/10] drm/i915: move force wake support into intel_pm

2012-07-04 Thread Daniel Vetter
On Mon, Jul 02, 2012 at 11:41:43AM -0700, Ben Widawsky wrote: > On Mon, 2 Jul 2012 11:51:11 -0300 > Eugeni Dodonov wrote: > > > This commit moves force wake support routines into intel_pm modules, and > > exports the gen6_gt_check_fifodbg routine (used in I915_READ). > > > > Signed-off-by: Euge

Re: [Intel-gfx] [PATCH 10/10] drm/i915: move force wake support into intel_pm

2012-07-02 Thread Ben Widawsky
On Mon, 2 Jul 2012 11:51:11 -0300 Eugeni Dodonov wrote: > This commit moves force wake support routines into intel_pm modules, and > exports the gen6_gt_check_fifodbg routine (used in I915_READ). > > Signed-off-by: Eugeni Dodonov I seem to recall Chris not liking this idea. Did I make that up

[Intel-gfx] [PATCH 10/10] drm/i915: move force wake support into intel_pm

2012-07-02 Thread Eugeni Dodonov
This commit moves force wake support routines into intel_pm modules, and exports the gen6_gt_check_fifodbg routine (used in I915_READ). Signed-off-by: Eugeni Dodonov --- drivers/gpu/drm/i915/i915_drv.c | 191 --- drivers/gpu/drm/i915/intel_drv.h | 1 + driv