Skip to content

Add perf_controller module

Ahmed Gadallah requested to merge ag/performance_controller into main

The performance controller receives the power limit request by implementing the generic set_limit interface. The power limit request could limit the performance output if the power limit correpsonds to a lower performance level that is lower than requested from the SCMI perf.

The affect of introducing this module would be explained in the subsequent commits that include the integration with SCMI perf, DVFS module and SCMI power capping.

Merge request reports