Re: [Intel-gfx] [PATCH 1/2] drm/i915: use runtime irq suspend/resume in freeze/thaw

2014-06-19 Thread Imre Deak
On Wed, 2014-06-18 at 09:52 -0700, Jesse Barnes wrote: > We don't need to uninstall the full handler, simply disabling interrupts > ought to be enough. > > Signed-off-by: Jesse Barnes Reviewed-by: Imre Deak For follow-up: I agree with Daniel that we should add a new helper and use it instead o

[Intel-gfx] [PATCH 1/2] drm/i915: use runtime irq suspend/resume in freeze/thaw

2014-06-18 Thread Jesse Barnes
We don't need to uninstall the full handler, simply disabling interrupts ought to be enough. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.c | 5 ++--- drivers/gpu/drm/i915/intel_pm.c | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/i9