mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
misc: Corrected PCIe DMA test app deviceid
Corrected DMA test app deviceid to 0x22D7 and 0x229B Bug 4938994 Change-Id: I080e7b452e8e3928d87c762855926f11c985e76c Signed-off-by: Srishti Goel <srgoel@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3275918 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Manikanta Maddireddy <mmaddireddy@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
/*
|
||||
* PCIe DMA test framework for Tegra PCIe.
|
||||
*
|
||||
* Copyright (c) 2021-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <nvidia/conftest.h>
|
||||
@@ -366,9 +365,8 @@ static void ep_test_dma_remove(struct pci_dev *pdev)
|
||||
}
|
||||
|
||||
static const struct pci_device_id ep_pci_tbl[] = {
|
||||
{ PCI_DEVICE(0x10DE, 0x1AD4)},
|
||||
{ PCI_DEVICE(0x10DE, 0x1AD5)},
|
||||
{ PCI_DEVICE(0x10DE, 0x229a)},
|
||||
{ PCI_DEVICE(0x10DE, 0x22D7)},
|
||||
{ PCI_DEVICE(0x10DE, 0x229B)},
|
||||
{},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user