Re: [PATCH V2 00/17] Unified entry point for other blocks to interact with power

2021-11-30 Thread Christian König
Am 30.11.21 um 08:42 schrieb Evan Quan: There are several problems with current power implementations: 1. Too many internal details are exposed to other blocks. Thus to interact with power, they need to know which power framework is used(powerplay vs swsmu) or even whether some API is imp

[PATCH V2 00/17] Unified entry point for other blocks to interact with power

2021-11-29 Thread Evan Quan
There are several problems with current power implementations: 1. Too many internal details are exposed to other blocks. Thus to interact with power, they need to know which power framework is used(powerplay vs swsmu) or even whether some API is implemented. 2. A lot of cross callings exist w