mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 09:12:05 +03:00
tegra: hwpm: Add C2C IP support
Add C2C enum in HWPM IP/Resource lists for internal and userspace perusal. Update translate enum function accordingly. Jira THWPM-72 Bug 3910198 Change-Id: I1b0ad91345bdf302b3f9b4b7e171bb3f4cc7b2b5 Signed-off-by: vasukis <vasukis@nvidia.com> (cherry picked from commit 721aef448cf00878764f87dfc48241fb055c49b2) Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2853212 Tested-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-by: Vedashree Vidwans <vvidwans@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
dd4f96e5c9
commit
1bbda26d7d
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -44,6 +44,7 @@ enum tegra_soc_hwpm_ip {
|
||||
TEGRA_SOC_HWPM_IP_MSS_ISO_NISO_HUBS,
|
||||
TEGRA_SOC_HWPM_IP_MSS_MCF,
|
||||
TEGRA_SOC_HWPM_IP_APE,
|
||||
TEGRA_SOC_HWPM_IP_C2C,
|
||||
TERGA_SOC_HWPM_NUM_IPS
|
||||
};
|
||||
|
||||
@@ -110,7 +111,7 @@ enum tegra_soc_hwpm_resource {
|
||||
*/
|
||||
TEGRA_SOC_HWPM_RESOURCE_CMD_SLICE_RTR,
|
||||
TEGRA_SOC_HWPM_RESOURCE_APE,
|
||||
|
||||
TEGRA_SOC_HWPM_RESOURCE_C2C,
|
||||
TERGA_SOC_HWPM_NUM_RESOURCES
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user