tegra: hwpm: th500: Add support for MSS HUB

This patch adds support for MSS HUB performance
monitoring in the driver.

Bug 4287384

Signed-off-by: Vishal Aslot <vaslot@nvidia.com>
Change-Id: I35b8c8c9bf1eb8b43dc1baeb10a9701fbd3f2dd9
Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2987019
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Vedashree Vidwans <vvidwans@nvidia.com>
This commit is contained in:
Vishal Aslot
2023-09-27 20:41:15 +00:00
committed by mobile promotions
parent 02864dec7a
commit b689a36372
11 changed files with 518 additions and 21 deletions

View File

@@ -50,6 +50,7 @@ enum tegra_soc_hwpm_ip {
TEGRA_SOC_HWPM_IP_NVLCTRL,
TEGRA_SOC_HWPM_IP_NVLRX,
TEGRA_SOC_HWPM_IP_NVLTX,
TEGRA_SOC_HWPM_IP_MSS_HUB,
TERGA_SOC_HWPM_NUM_IPS
};
@@ -122,6 +123,7 @@ enum tegra_soc_hwpm_resource {
TEGRA_SOC_HWPM_RESOURCE_NVLCTRL,
TEGRA_SOC_HWPM_RESOURCE_NVLRX,
TEGRA_SOC_HWPM_RESOURCE_NVLTX,
TEGRA_SOC_HWPM_RESOURCE_MSS_HUB,
TERGA_SOC_HWPM_NUM_RESOURCES
};