Re: [Intel-gfx] drm/i915/slpc: Use intel_slpc_* functions if supported

2016-08-22 Thread David Weinehall
On Sat, Aug 20, 2016 at 10:39:06AM +0530, Sagar Arun Kamble wrote: > From: Tom O'Rourke > > On platforms with SLPC support: call intel_slpc_*() > functions from corresponding intel_*_gt_powersave() > functions; and do not use rps functions. > > v2: return void instead of ignored error code (Paul

[Intel-gfx] drm/i915/slpc: Use intel_slpc_* functions if supported

2016-08-20 Thread Sagar Arun Kamble
From: Tom O'Rourke On platforms with SLPC support: call intel_slpc_*() functions from corresponding intel_*_gt_powersave() functions; and do not use rps functions. v1: Return void instead of ignored error code (Paulo) enable/disable RC6 in SLPC flows (Sagar) replace HAS_SLPC() use with i

Re: [Intel-gfx] drm/i915/slpc: Use intel_slpc_* functions if supported

2016-08-20 Thread Kamble, Sagar A
Thanks for the review David. Have incorporated the changes and will send in next series. On 8/20/2016 1:57 PM, David Weinehall wrote: On Sat, Aug 20, 2016 at 10:39:06AM +0530, Sagar Arun Kamble wrote: From: Tom O'Rourke On platforms with SLPC support: call intel_slpc_*() functions from corr

[Intel-gfx] drm/i915/slpc: Use intel_slpc_* functions if supported

2016-08-19 Thread Sagar Arun Kamble
From: Tom O'Rourke On platforms with SLPC support: call intel_slpc_*() functions from corresponding intel_*_gt_powersave() functions; and do not use rps functions. v2: return void instead of ignored error code (Paulo) enable/disable RC6 in SLPC flows (Sagar) replace HAS_SLPC() use with i