mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 17:30:40 +03:00
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:
committed by
mobile promotions
parent
02864dec7a
commit
b689a36372
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user