compute-runtime/shared/test/unit_test/os_interface/linux
Mateusz Jablonski 3b981331c9 fix: correct handling ZE_ENABLE_PCI_ID_DEVICE_ORDER flag
- by default ZE_ENABLE_PCI_ID_DEVICE_ORDER is disabled
- by default devices are sorted by type (discrete first), then by pci order
- when ZE_ENABLE_PCI_ID_DEVICE_ORDER is enabled, devices are sorted by pci id

Related-To: LOCI-4520

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-06-14 16:27:55 +02:00
..
xe feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
CMakeLists.txt refactor: rename product helper tests files 2023-03-09 10:55:56 +01:00
allocator_helper_tests.cpp test: Move linux specific tests to shared 2022-05-23 19:21:50 +02:00
debug_env_reader.cpp Fix read of 64bit enviroment variables 2022-09-09 14:00:10 +02:00
device_command_stream_tests.cpp Cleanup includes 12 2022-12-07 13:14:15 +01:00
device_factory_tests_linux.cpp fix: correct handling ZE_ENABLE_PCI_ID_DEVICE_ORDER flag 2023-06-14 16:27:55 +02:00
device_factory_tests_linux.h Move code from header files to cpp files 2022-11-16 15:06:07 +01:00
driver_info_tests.cpp Add member for handling additional adapterInfo fields 2022-08-09 14:11:05 +02:00
drm_bind_tests.cpp feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
drm_buffer_object_tests.cpp fix: store registered engines per root device 2023-04-27 10:54:07 +02:00
drm_buffer_object_tests_prelim.cpp refactor: Rename member variables to camelCase 2023-04-26 16:05:07 +02:00
drm_cache_info_tests.cpp Refactor: don't use global GfxCoreHelper getter in shared files 2/n 2022-12-30 11:35:04 +01:00
drm_command_stream_mm_tests.cpp fix: store registered engines per root device 2023-04-27 10:54:07 +02:00
drm_command_stream_tests.cpp fix(ocl): reduce busy waiting in clFinish 2023-06-14 13:56:40 +02:00
drm_command_stream_tests_1.cpp fix(ocl): reduce busy waiting in clFinish 2023-06-14 13:56:40 +02:00
drm_command_stream_xehp_and_later_prelim_tests.cpp feature: new multitile post sync layout for immediate write [1/n] 2023-06-07 13:11:10 +02:00
drm_command_stream_xehp_and_later_tests.cpp feature: new multitile post sync layout for immediate write [1/n] 2023-06-07 13:11:10 +02:00
drm_debug_prelim_tests.cpp fix: store registered engines per root device 2023-04-27 10:54:07 +02:00
drm_debug_tests.cpp Add initialization method to ioctl helpers 2022-09-22 11:55:59 +02:00
drm_engine_info_prelim_tests.cpp fix: do not add link engines on integrated gpu 2023-04-20 13:28:20 +02:00
drm_engine_info_tests.cpp Cleanup includes 40 2023-01-23 16:19:35 +01:00
drm_gem_close_worker_tests.cpp fix: store registered engines per root device 2023-04-27 10:54:07 +02:00
drm_mapper_tests.cpp Refactor aubstream include interface 2022-11-23 10:30:13 +01:00
drm_memory_info_prelim_tests.cpp feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
drm_memory_info_tests.cpp feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
drm_memory_manager_debug_surface_prelim_tests.cpp refactor: Rename member variables to camelCase 2023-04-26 16:05:07 +02:00
drm_memory_manager_localmem_prelim_tests.cpp fix: create dedicated class for root device indices to store unique values 2023-06-12 22:24:06 +02:00
drm_memory_manager_localmem_upstream_tests.cpp fix: create dedicated class for root device indices to store unique values 2023-06-12 22:24:06 +02:00
drm_memory_manager_tests.cpp fix: create dedicated class for root device indices to store unique values 2023-06-12 22:24:06 +02:00
drm_mock_impl.h Cleanup includes 50 2023-02-10 20:26:13 +01:00
drm_mock_prod_dg1.h Move clGfxCoreHelper ownership to rootDeviceEnv 2023-01-05 12:58:38 +01:00
drm_os_memory_tests.cpp test: Move linux specific tests to shared 2022-05-23 19:21:50 +02:00
drm_pci_speed_info_tests.cpp Cleanup includes 40 2023-01-23 16:19:35 +01:00
drm_query_prelim_tests.cpp fix: store registered engines per root device 2023-04-27 10:54:07 +02:00
drm_query_tests.cpp fix: store registered engines per root device 2023-04-27 10:54:07 +02:00
drm_query_topology_prelim_tests.cpp refactor: Unify getters to check platform support for KMD migration 2023-05-17 15:45:42 +02:00
drm_query_topology_upstream_tests.cpp refactor: rename product helper files n/n 2023-03-10 13:24:38 +01:00
drm_residency_handler_prelim_tests.cpp feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
drm_residency_handler_tests.cpp Moving rootDeviceIndex from DrmMemoryOperationsHandlerBind to base class 2022-12-30 12:27:29 +01:00
drm_special_heap_test.cpp feature: setup heap extended host size based on system memory size 2023-04-28 15:23:01 +02:00
drm_system_info_tests.cpp fix: init releaseHelper after ipVersion setup 2023-06-06 14:22:42 +02:00
drm_tests.cpp fix: correct handling ZE_ENABLE_PCI_ID_DEVICE_ORDER flag 2023-06-14 16:27:55 +02:00
drm_uuid_tests.cpp Attach UUID to SbaAllocations 2023-04-11 12:53:03 +02:00
drm_version_tests.cpp Add a method to check drm support 2022-05-20 12:44:19 +02:00
drm_vm_bind_prelim_tests.cpp feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
drm_with_prelim_tests.cpp fix: don't query ipVersion if not supported 2023-06-12 16:12:24 +02:00
file_logger_linux_tests.cpp fix: store registered engines per root device 2023-04-27 10:54:07 +02:00
ioctl_helper_tests_dg1.cpp feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
ioctl_helper_tests_prelim.cpp feature: Disable nonblocking exec support on Xe HPC 2023-06-07 21:01:09 +02:00
ioctl_helper_tests_upstream.cpp feature: Add support for chunking in the UMD (1/N) 2023-06-02 23:27:40 +02:00
os_context_linux_tests.cpp fix(debugger): use per-context fences for vm_bind operations 2023-05-24 15:17:31 +02:00
os_interface_linux_tests.cpp refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
os_library_linux_tests.cpp test: Move linux specific tests to shared 2022-05-23 19:21:50 +02:00
os_time_test.cpp refactor: Rename member variables to camelCase 2/n 2023-04-27 20:39:22 +02:00
prelim_helper_func.cpp Update i915 prelim headers to v2.0-rc16 2022-12-02 11:37:16 +01:00
product_helper_linux_tests.cpp refactor: rename mock product helper files 2023-03-09 13:04:22 +01:00
product_helper_linux_tests.h refactor: Rename member variables to camelCase 2023-04-26 16:05:07 +02:00
product_helper_uuid_tests.cpp refactor: rename product helper files n/n 2023-03-10 13:24:38 +01:00
self_lib_lin.cpp Move tests to shared 2022-06-13 13:05:46 +02:00