Re: [ibm-acpi-devel] [PATCH] platform/x86: Add support for improved performance mode

2023-11-13 Thread Mark Pearson
Hi Ilpo On Fri, Nov 10, 2023, at 7:37 AM, Ilpo Järvinen wrote: > On Thu, 9 Nov 2023, Mark Pearson wrote: >> On Thu, Nov 9, 2023, at 5:10 AM, Ilpo Järvinen wrote: >> > On Wed, 8 Nov 2023, Mark Pearson wrote: >> >> > >> > Looking into the driver a bit more, there are a few other defines which >>

Re: [ibm-acpi-devel] [PATCH] platform/x86: Add support for improved performance mode

2023-11-09 Thread Mark Pearson
Hi Ilpo, On Thu, Nov 9, 2023, at 5:10 AM, Ilpo Järvinen wrote: > On Wed, 8 Nov 2023, Mark Pearson wrote: > >> Some new Thinkpads have a new improved performance mode available. >> Add support to make this mode usable. >> >> To avoid having to create a new profile, just use the improved performanc

[ibm-acpi-devel] [PATCH] platform/x86: Add support for improved performance mode

2023-11-08 Thread Mark Pearson
Some new Thinkpads have a new improved performance mode available. Add support to make this mode usable. To avoid having to create a new profile, just use the improved performance mode in place of the existing performance mode, when available. Tested on T14 AMD G4 AMD. Signed-off-by: Mark Pearso