tegra: hwpm: th500: Add support for MCF CLINK

This patch adds support for MCF CLINK performance
monitoring in the driver.

Bug 4287384

Signed-off-by: Vishal Aslot <vaslot@nvidia.com>
Change-Id: I6d28bb911b3d2b1623bce9a5d46dc0160570c8ec
Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2986107
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Vedashree Vidwans <vvidwans@nvidia.com>
This commit is contained in:
Vishal Aslot
2023-09-26 19:59:29 +00:00
committed by mobile promotions
parent eb50361122
commit 2e41e3a5bd
7 changed files with 459 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ enum tegra_hwpm_ip_enum {
TEGRA_HWPM_IP_MCF_OCU,
TEGRA_HWPM_IP_MCF_IOBHX,
TEGRA_HWPM_IP_MCF_C2C,
TEGRA_HWPM_IP_MCF_CLINK,
TERGA_HWPM_NUM_IPS
};
@@ -125,6 +126,7 @@ enum tegra_hwpm_resource_enum {
TEGRA_HWPM_RESOURCE_MCF_OCU,
TEGRA_HWPM_RESOURCE_MCF_IOBHX,
TEGRA_HWPM_RESOURCE_MCF_C2C,
TEGRA_HWPM_RESOURCE_MCF_CLINK,
TERGA_HWPM_NUM_RESOURCES
};