mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Added a DMA EPC testing driver which submits 2 descriptors of 0.5MB, 2.5MB, and 6.25MB each. Repeats this 10 times and captures the perf, bit-transfer errors and time-taken. Bug 4865361 Change-Id: I56c63a983e4ff4f45adc77fb89e9fe0f77b36bcd Signed-off-by: Srishti Goel <srgoel@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3221078 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
16 lines
439 B
Makefile
16 lines
439 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
# MODS is currently broken for Linux v6.11 and later
|
|
ifndef CONFIG_TEGRA_SYSTEM_TYPE_ACK
|
|
obj-m += mods/
|
|
endif
|
|
obj-m += nvsciipc/
|
|
ifdef CONFIG_PCI
|
|
obj-m += tegra-pcie-dma-test.o
|
|
obj-m += tegra-pcie-dma-sanity-test.o
|
|
endif
|
|
obj-m += bluedroid_pm.o
|
|
obj-m += nvscic2c-pcie/
|
|
obj-m += ioctl_example.o
|