Re: [Intel-gfx] [PATCH 19/23] drm/i915: move pc8.irqs_disabled to pm.irqs_disabled

2014-02-28 Thread Paulo Zanoni
2014-02-28 14:15 GMT-03:00 Jesse Barnes : > On Thu, 27 Feb 2014 19:26:46 -0300 > Paulo Zanoni wrote: > >> From: Paulo Zanoni >> >> When other platforms add runtime PM support they will also need to >> disable interrupts, so move the variable to the runtime PM struct. >> >> v2: - Rebase. >> v3: -

Re: [Intel-gfx] [PATCH 19/23] drm/i915: move pc8.irqs_disabled to pm.irqs_disabled

2014-02-28 Thread Jesse Barnes
On Thu, 27 Feb 2014 19:26:46 -0300 Paulo Zanoni wrote: > From: Paulo Zanoni > > When other platforms add runtime PM support they will also need to > disable interrupts, so move the variable to the runtime PM struct. > > v2: - Rebase. > v3: - Rebase. > > Signed-off-by: Paulo Zanoni > --- > d

[Intel-gfx] [PATCH 19/23] drm/i915: move pc8.irqs_disabled to pm.irqs_disabled

2014-02-27 Thread Paulo Zanoni
From: Paulo Zanoni When other platforms add runtime PM support they will also need to disable interrupts, so move the variable to the runtime PM struct. v2: - Rebase. v3: - Rebase. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.h