[Intel-gfx] [PATCH 13/23] drm/i915: kill pc8.disable_count

2014-02-27 Thread Paulo Zanoni
From: Paulo Zanoni Since after the latest patches it's only being used to prevent getting/putting the runtime PM refcount. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_debugfs.c | 1 - drivers/gpu/drm/i915/i915_drv.h | 1 - drivers/gpu/drm/i915/intel_display.c | 14 ---

Re: [Intel-gfx] [PATCH 13/23] drm/i915: kill pc8.disable_count

2014-02-28 Thread Jesse Barnes
On Thu, 27 Feb 2014 19:26:40 -0300 Paulo Zanoni wrote: > From: Paulo Zanoni > > Since after the latest patches it's only being used to prevent > getting/putting the runtime PM refcount. > > Signed-off-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/i915_debugfs.c | 1 - > drivers/gpu/drm/i91