mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Revert "improve pci path search to use regex to make it more flexible"
This reverts commit dbffbbd193.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7897fc2dca
commit
ee942190ab
@@ -105,13 +105,11 @@ int closedir(DIR *dirp) {
|
||||
|
||||
struct dirent entries[] = {
|
||||
{0, 0, 0, 0, "."},
|
||||
{0, 0, 0, 0, "pci-0000:00:03.1-render"},
|
||||
{0, 0, 0, 0, "platform-4010000000.pcie-pci-0000:00:02.0-render"},
|
||||
{0, 0, 0, 0, "pci-0000:test1-render"},
|
||||
{0, 0, 0, 0, "pci-0000:test2-render"},
|
||||
{0, 0, 0, 0, "pci-0000:1234-render"},
|
||||
{0, 0, 0, 0, "pci-0000:0:2.1-render"},
|
||||
{0, 0, 0, 0, "pci-0000:3:0.0-render"},
|
||||
|
||||
};
|
||||
|
||||
uint32_t entryIndex = 0u;
|
||||
|
||||
Reference in New Issue
Block a user