Re: [PATCH 0/2] Create shared array of power profile name strings

2021-11-25 Thread Lazar, Lijo
On 11/25/2021 7:49 AM, Darren Powell wrote: == Description == All the power profile modes use the same strings (or a subset of) Creating a public array of the strings will allow sharing rather than duplicating for each chip First patch only implements change for navi10 Second patch e

[PATCH 0/2] Create shared array of power profile name strings

2021-11-24 Thread Darren Powell
== Description == All the power profile modes use the same strings (or a subset of) Creating a public array of the strings will allow sharing rather than duplicating for each chip First patch only implements change for navi10 Second patch extends the changes to all other implementations of pp