Re: [RFC PATCH] cpufreq: userspace: Add fast-switch support for userspace
From: Viresh Kumar
Date: Thu Dec 12 2024 - 01:56:40 EST
On 10-12-24, 11:27, Xuewen Yan wrote:
> On Mon, Dec 9, 2024 at 6:36 PM Christian Loehle
> <christian.loehle@xxxxxxx> wrote:
> >
> > On 12/9/24 08:14, Xuewen Yan wrote:
> > > Now, the userspace governor does not support userspace,
> > > if the driver only use the fast-switch and not add target_index(),
> >
> > Which driver does that? Is that actually valid?
> > No mainline driver from what I can see.
> >
>
> Yes, indeed no mainline driver, It's on our own driver.
fast_switch is optional but not target/target_index. Its incorrect to only
implement fast_switch without target/target_index.
--
viresh