[Intel-gfx] [PATCH 17/23] drm/i915: don't get/put PC8 when getting/putting power wells

2014-02-27 Thread Paulo Zanoni
From: Paulo Zanoni Because we already get/put runtime PM every time we get/put any power domain, and now PC8 and runtime PM are the same thing. With this, we can also now kill the hsw_{en,dis}able_package_c8 functions. v2: - Rebase. v3: - Rebase. Signed-off-by: Paulo Zanoni --- drivers/gpu/d

Re: [Intel-gfx] [PATCH 17/23] drm/i915: don't get/put PC8 when getting/putting power wells

2014-02-28 Thread Jesse Barnes
On Thu, 27 Feb 2014 19:26:44 -0300 Paulo Zanoni wrote: > From: Paulo Zanoni > > Because we already get/put runtime PM every time we get/put any power > domain, and now PC8 and runtime PM are the same thing. > > With this, we can also now kill the hsw_{en,dis}able_package_c8 > functions. > > v