[Intel-gfx] [PATCH 22/23] drm/i915: update the PC8 and runtime PM documentation

2014-02-27 Thread Paulo Zanoni
From: Paulo Zanoni Now that PC8 got much simpler, there are less things to document. Also, runtime PM already has a nice documentation, so we don't need to re-explain it on our driver. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_drv.h | 52 +--

Re: [Intel-gfx] [PATCH 22/23] drm/i915: update the PC8 and runtime PM documentation

2014-02-28 Thread Jesse Barnes
On Thu, 27 Feb 2014 19:26:49 -0300 Paulo Zanoni wrote: > + * Our driver uses the autosuspend delay feature, which means we'll only > really > + * suspend if we stay with zero refcount for a certain amount of time. The > + * default value is currently very conservative (see intel_init_runtime_pm)