diff options
| author | Nicolas Frattaroli <nicolas.frattaroli@collabora.com> | 2025-07-16 19:51:24 +0200 |
|---|---|---|
| committer | Viresh Kumar <viresh.kumar@linaro.org> | 2025-08-11 12:19:02 +0530 |
| commit | 35eb6b78854d2e9671ce8ee6b735aa0114c48da8 (patch) | |
| tree | def0b01ad30c523ab3457906d228dba49ccceaf7 /tools/perf/scripts/python/parallel-perf.py | |
| parent | 2f5178abb9f5164061b9cbbb5dd860f4d206b03a (diff) | |
cpufreq: mediatek-hw: Separate per-domain and per-instance data
As it stood, the mediatek cpufreq driver could get away with never
really having a private driver instance struct. This is because all data
was stored in the per-domain structs.
However, this complicates matters when actual per-instance data like the
variant struct is introduced. Instead of having a pointer to it for
every domain, have a pointer to a global "priv" struct that can be
extended over time, and rename the "data" struct to "domain" to
distinguish its purpose better.
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
