mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
Add nvgpu_utf_falcon_set_dmactl() function in falcon UTF to set the falcon dmactl register with desired value required for pmu reset test Also, update the register size for falcon from 0x300 to 0x400 for including pmu reset register. Rename userspace/units/facon/falcon folder to userspace/units/facon/falcon_tests JIRA NVGPU-2159 Change-Id: I0b22cff4699af6947e87019751aa85508dfdb185 Signed-off-by: Divya Singhatwaria <dsinghatwari@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2155124 Reviewed-by: Sagar Kamble <skamble@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
29 lines
942 B
Makefile
29 lines
942 B
Makefile
################################### tell Emacs this is a -*- makefile-gmake -*-
|
|
#
|
|
# Copyright (c) 2019 NVIDIA CORPORATION. All Rights Reserved.
|
|
#
|
|
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
|
# and proprietary rights in and to this software, related documentation
|
|
# and any modifications thereto. Any use, reproduction, disclosure or
|
|
# distribution of this software and related documentation without an express
|
|
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
|
#
|
|
# tmake for SW Mobile component makefile
|
|
#
|
|
###############################################################################
|
|
|
|
NVGPU_UNIT_NAME=falcon
|
|
NVGPU_UNIT_SRCS=falcon.c
|
|
|
|
NVGPU_UNIT_INTERFACE_DIRS := \
|
|
$(NV_COMPONENT_DIR)/.. \
|
|
$(NV_SOURCE)/kernel/nvgpu/drivers/gpu/nvgpu
|
|
|
|
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk
|
|
|
|
# Local Variables:
|
|
# indent-tabs-mode: t
|
|
# tab-width: 8
|
|
# End:
|
|
# vi: set tabstop=8 noexpandtab:
|