diff options
author | Cristian Marussi <cristian.marussi@arm.com> | 2023-07-17 17:12:46 +0100 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2023-08-04 12:17:19 +0100 |
commit | 31c7c1397a33d4c7ad1e06aa6ea9fc6148554b29 (patch) | |
tree | b80c199ac6f0575eec0e113c0059a6ded261fc17 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 3da82112355bba263597fcbb24d275fc57e69e7e (diff) |
firmware: arm_scmi: Add v3.2 perf level indexing mode support
SCMI v3.2 adds PERF protocol support to optionally define performance
domains that cannot be represented on a linear scale; the platform firmware
can declare the performance levels of a domain as being 'level indexed' and
provide an indicative frequency associated to each of those levels, with
such indexes not required anymore to be contiguous nor to satisfy any
linear-scaling constraint: when level-indexing is available for a domain,
the platform will expect to deal with SCMI requests using indexes instead
of performance levels for that domain.
Add level-indexing mode support to the PERF protocol implementation while
maintaining unchanged the protocol operations interface exposed by PERF;
all the required mapping from performamce levels/frequencies to the
corresponding level indexes is carried out transparently by the core PERF
protocol support: as a consequence no change is either required in any
SCMI driver using the PERF protocol, even when using level indexing.
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Link: https://lore.kernel.org/r/20230717161246.1761777-3-cristian.marussi@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions