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 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:
committed by
mobile promotions
parent
eb50361122
commit
2e41e3a5bd
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user