Re: [Intel-gfx] [PATCH] drm/i915: Hook up GT power management

2019-09-05 Thread Andi Shyti
On Thu, Sep 05, 2019 at 02:14:03PM +0300, Andi Shyti wrote: > Refactor the GT power management interface to work through the GT now > that it is under the control of gt/ > > Based on a patch by Chris Wilson. > > Signed-off-by: Andi Shyti > Cc: Chris Wilson Reviewed-by: Chris Wilson Andi _

[Intel-gfx] [PATCH] drm/i915: Hook up GT power management

2019-09-05 Thread Andi Shyti
Refactor the GT power management interface to work through the GT now that it is under the control of gt/ Based on a patch by Chris Wilson. Signed-off-by: Andi Shyti Cc: Chris Wilson --- drivers/gpu/drm/i915/gem/i915_gem_pm.c | 1 + drivers/gpu/drm/i915/gt/intel_gt.c | 45