Re: [PATCH 1/3] cpuidle: play_idle: Make play_idle more flexible

2019-09-18 Thread Mathieu Poirier
On Mon, Sep 09, 2019 at 04:50:13PM +0200, Daniel Lezcano wrote: > The play_idle function has two users, the intel powerclamp and the > idle_injection. > > The idle injection cooling device uses the function via the > idle_injection powercap's APIs. Unfortunately, play_idle is currently > limited

[PATCH 1/3] cpuidle: play_idle: Make play_idle more flexible

2019-09-09 Thread Daniel Lezcano
The play_idle function has two users, the intel powerclamp and the idle_injection. The idle injection cooling device uses the function via the idle_injection powercap's APIs. Unfortunately, play_idle is currently limited by the idle state depth: by default the deepest idle state is selected. On

[PATCH 1/3] cpuidle: play_idle: Make play_idle more flexible

2019-08-05 Thread Daniel Lezcano
The play_idle function has two users, the intel powerclamp and the idle_injection. The idle injection cooling device uses the function via the idle_injection powercap's APIs. Unfortunately, play_idle is currently limited by the idle state depth, by default the deepest idle state is selected. On