mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-24 10:13:00 +03:00
tegra: hwpm: add cpu ip and resource enums
Add IP and resource enums for CPU IP that support HWPM. Bug 4730025 Bug 4748888 Change-Id: Ica0d247953500fc6d7eb21144a318f2dbcca2d96 Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3198954 Reviewed-by: Vasuki Shankar <vasukis@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
1a5bd8d683
commit
b8a884d226
@@ -103,6 +103,7 @@ enum tegra_hwpm_ip_enum {
|
||||
TEGRA_HWPM_IP_UCF_CSW,
|
||||
TEGRA_HWPM_IP_UCF_HUB,
|
||||
TEGRA_HWPM_IP_UCF_SCB,
|
||||
TEGRA_HWPM_IP_CPU,
|
||||
TERGA_HWPM_NUM_IPS
|
||||
};
|
||||
|
||||
@@ -151,6 +152,7 @@ enum tegra_hwpm_resource_enum {
|
||||
TEGRA_HWPM_RESOURCE_UCF_CSW,
|
||||
TEGRA_HWPM_RESOURCE_UCF_HUB,
|
||||
TEGRA_HWPM_RESOURCE_UCF_SCB,
|
||||
TEGRA_HWPM_RESOURCE_CPU,
|
||||
TERGA_HWPM_NUM_RESOURCES
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user