mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 09:12:05 +03:00
Fixing the paths used in the tmake files to build userspace library and test. JIRA MSST-830 Change-Id: Ib4469794d66aa20ae343b367acdc4f43b5e3c4ab Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3363640 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Yifei Wan <ywan@nvidia.com> Reviewed-by: Vasuki Shankar <vasukis@nvidia.com>
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify it
|
|
# under the terms and conditions of the GNU General Public License,
|
|
# version 2, as published by the Free Software Foundation.
|
|
#
|
|
# This program is distributed in the hope it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
# more details.
|
|
|
|
nv_soc_hwpm_init
|
|
nv_soc_hwpm_exit
|
|
nv_soc_hwpm_system_get_info
|
|
nv_soc_hwpm_get_devices
|
|
nv_soc_hwpm_device_get_info
|
|
nv_soc_hwpm_ip_get_info
|
|
nv_soc_hwpm_resource_get_info
|
|
nv_soc_hwpm_session_alloc
|
|
nv_soc_hwpm_session_free
|
|
nv_soc_hwpm_session_get_info
|
|
nv_soc_hwpm_session_reserve_resources
|
|
nv_soc_hwpm_session_reserve_all_resources
|
|
nv_soc_hwpm_session_alloc_pma
|
|
nv_soc_hwpm_session_set_get_pma_state
|
|
nv_soc_hwpm_session_get_hs_credits
|
|
nv_soc_hwpm_session_config_hs_credits
|
|
nv_soc_hwpm_session_start
|
|
nv_soc_hwpm_session_regops
|
|
nv_soc_hwpm_session_setup_trigger |