Re: [Intel-gfx] [RFC 3/6] drm/i915: add enable_runtime_pm option

2013-11-06 Thread Paulo Zanoni
2013/11/4 Ville Syrjälä : > On Mon, Oct 28, 2013 at 03:27:39PM +0200, Imre Deak wrote: >> On Tue, 2013-10-22 at 17:30 -0200, Paulo Zanoni wrote: >> > From: Paulo Zanoni >> > >> > And leave it off by default. We have way too many driver entry points, >> > we can't assume this will work without regr

Re: [Intel-gfx] [RFC 3/6] drm/i915: add enable_runtime_pm option

2013-11-04 Thread Ville Syrjälä
On Mon, Oct 28, 2013 at 03:27:39PM +0200, Imre Deak wrote: > On Tue, 2013-10-22 at 17:30 -0200, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > And leave it off by default. We have way too many driver entry points, > > we can't assume this will work without regressions without tons of > > test

Re: [Intel-gfx] [RFC 3/6] drm/i915: add enable_runtime_pm option

2013-10-28 Thread Imre Deak
On Tue, 2013-10-22 at 17:30 -0200, Paulo Zanoni wrote: > From: Paulo Zanoni > > And leave it off by default. We have way too many driver entry points, > we can't assume this will work without regressions without tons of > testing first. This option allows people to test and fix the problems. > >

[Intel-gfx] [RFC 3/6] drm/i915: add enable_runtime_pm option

2013-10-22 Thread Paulo Zanoni
From: Paulo Zanoni And leave it off by default. We have way too many driver entry points, we can't assume this will work without regressions without tons of testing first. This option allows people to test and fix the problems. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_dma.c |