compute-runtime/shared/source/os_interface/linux
Diedrich, Kamil 26ca64bb28 Add process safety to cl_cache on Linux
Current flow will be to have one synchronization point
config.file. Read remains unblocking, only write(caching)
operation will be blocking (lock on config.file)

Related-To: NEO-4262

Signed-off-by: Diedrich, Kamil <kamil.diedrich@intel.com>
2023-04-25 17:35:40 +02:00
..
local refactor: correct ioctl and related functions to return signed int 2023-01-19 22:04:27 +01:00
wddm_linux
xe Apply CamelCase for class and struct names 2/2 2023-04-25 13:10:23 +02:00
CMakeLists.txt refactor: rename product helper wddm and drm files 2023-03-09 17:51:01 +01:00
allocator_helper.h
cache_info.cpp Improve pat index programming on linux 2022-04-12 08:18:20 +02:00
cache_info.h Improve pat index programming on linux 2022-04-12 08:18:20 +02:00
clos_cache.cpp Cleanup includes 40 2023-01-23 16:19:35 +01:00
clos_cache.h
device_command_stream.inl
device_time_drm.cpp Cleanup includes 40 2023-01-23 16:19:35 +01:00
device_time_drm.h Cleanup includes 46 2023-01-27 14:31:05 +01:00
driver_info_linux.cpp Cleanup includes 46 2023-01-27 14:31:05 +01:00
driver_info_linux.h Add member for handling additional adapterInfo fields 2022-08-09 14:11:05 +02:00
drm_allocation.cpp [fix] zeCommandListAppendMemAdvise to clear preferred location correctly 2023-04-24 14:51:49 +02:00
drm_allocation.h [fix] zeCommandListAppendMemAdvise to clear preferred location correctly 2023-04-24 14:51:49 +02:00
drm_buffer_object.cpp Ensure that BO handle is closed only once 2023-02-13 14:42:49 +01:00
drm_buffer_object.h Ensure that BO handle is closed only once 2023-02-13 14:42:49 +01:00
drm_command_stream.h Use dedicated using type for TaskCount 2022-11-28 16:44:44 +01:00
drm_command_stream.inl Debug flag to force early exit 2023-04-25 09:44:44 +02:00
drm_command_stream_bdw_and_later.inl Use dedicated using type for TaskCount 2022-11-28 16:44:44 +01:00
drm_command_stream_xehp_and_later.inl Cleanup includes 18 2023-01-02 13:28:29 +01:00
drm_debug.cpp Cleanup includes 40 2023-01-23 16:19:35 +01:00
drm_debug.h Attach UUID to SbaAllocations 2023-04-11 12:53:03 +02:00
drm_engine_mapper.cpp refactor: use Drm::queryGttSize in DrmMemoryManager 2022-06-28 17:08:45 +02:00
drm_engine_mapper.h Refactor aubstream include interface 2022-11-23 10:30:13 +01:00
drm_gem_close_worker.cpp Create enum for Ioctl request values 2022-05-27 13:22:59 +02:00
drm_gem_close_worker.h refactor: simplify logic in drm gem close worker 2022-05-24 17:54:56 +02:00
drm_memory_manager.cpp [perf] Prefetch of kmd-migrated shared allocation with initial placement on GPU 2023-04-25 17:27:33 +02:00
drm_memory_manager.h refactor: improve code reuse and readability 2023-04-24 12:30:01 +02:00
drm_memory_manager_create_multi_host_allocation.cpp Attach UUID to SbaAllocations 2023-04-11 12:53:03 +02:00
drm_memory_operations_handler.h Moving rootDeviceIndex from DrmMemoryOperationsHandlerBind to base class 2022-12-30 12:27:29 +01:00
drm_memory_operations_handler_bind.cpp fix: Add missing checks in multi gpu scenario 2023-04-24 23:26:28 +02:00
drm_memory_operations_handler_bind.h Cleanup includes 42 2023-01-25 09:16:39 +01:00
drm_memory_operations_handler_create.cpp Moving rootDeviceIndex from DrmMemoryOperationsHandlerBind to base class 2022-12-30 12:27:29 +01:00
drm_memory_operations_handler_default.cpp Moving rootDeviceIndex from DrmMemoryOperationsHandlerBind to base class 2022-12-30 12:27:29 +01:00
drm_memory_operations_handler_default.h Moving rootDeviceIndex from DrmMemoryOperationsHandlerBind to base class 2022-12-30 12:27:29 +01:00
drm_neo.cpp Increment fenceValue only after successful bind operation 2023-04-19 12:26:45 +02:00
drm_neo.h Increment fenceValue only after successful bind operation 2023-04-19 12:26:45 +02:00
drm_null_device.h Add enum values for memory classes 2022-06-21 17:05:13 +02:00
drm_version.cpp Extract querying device id and revision to a dedicated method 2022-06-08 14:04:46 +02:00
drm_wrappers.cpp Do not call DebuggerOpen ioctl again on EBUSY 2022-10-19 10:26:35 +02:00
drm_wrappers.h Do not call DebuggerOpen ioctl again on EBUSY 2022-10-19 10:26:35 +02:00
drm_wrappers_checks.cpp Move drm wrappers checks to separated cpp 2022-07-28 13:23:06 +02:00
engine_info.cpp fix: do not add link engines on integrated gpu 2023-04-20 13:28:20 +02:00
engine_info.h fix: do not add link engines on integrated gpu 2023-04-20 13:28:20 +02:00
gmm_interface_linux.cpp
hw_device_id.h [Sysman] Add support to control lifetime of file descriptor 2023-03-06 17:55:13 +01:00
hw_device_id_linux.cpp [Sysman] Add support to control lifetime of file descriptor 2023-03-06 17:55:13 +01:00
i915.h Add missing pragmas once 2022-08-25 09:46:44 +02:00
i915_prelim.h Store hardware IP version in hardware info 2022-11-03 09:57:08 +01:00
i915_upstream.h Add missing pragmas once 2022-08-25 09:46:44 +02:00
ioctl_helper.cpp Do not force Cooperative Context in Offline Debugging Mode 2023-04-13 22:52:01 +02:00
ioctl_helper.h [fix] zeCommandListAppendMemAdvise to clear preferred location correctly 2023-04-24 14:51:49 +02:00
ioctl_helper_getter.cpp refactor: rename IoctlHelper::get to IoctlHelper::getI915Helper 2023-01-09 12:32:45 +01:00
ioctl_helper_getter_upstream.cpp refactor: rename IoctlHelper::get to IoctlHelper::getI915Helper 2023-01-09 12:32:45 +01:00
ioctl_helper_prelim.cpp [fix] zeCommandListAppendMemAdvise to clear preferred location correctly 2023-04-24 14:51:49 +02:00
ioctl_helper_upstream.cpp [fix] zeCommandListAppendMemAdvise to clear preferred location correctly 2023-04-24 14:51:49 +02:00
kmd_notify_properties_linux.cpp
linux_inc.cpp
memory_info.cpp refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
memory_info.h refactor: correct ioctl and related functions to return signed int 2023-01-19 22:04:27 +01:00
os_context_linux.cpp Generate Offline Dump Context ID 2023-04-04 15:58:56 +02:00
os_context_linux.h Generate Offline Dump Context ID 2023-04-04 15:58:56 +02:00
os_inc.h
os_interface_linux.cpp refactor: rename product helper files n/n 2023-03-10 13:24:38 +01:00
os_interface_linux.h
os_library_helper.cpp
os_library_linux.cpp
os_library_linux.h
os_memory_linux.cpp feature usm: reserve heap extended in 57 bit address space 2023-03-28 11:06:03 +02:00
os_memory_linux.h Cleanup headers 2022-05-18 11:42:06 +02:00
os_metrics_library.cpp
os_socket.h
os_thread_linux.cpp
os_thread_linux.h Cleanup headers 2022-05-18 11:42:06 +02:00
os_time_linux.cpp
os_time_linux.h Cleanup includes 46 2023-01-27 14:31:05 +01:00
page_table_manager_functions.cpp Cleanup includes 2/n 2022-07-27 12:01:36 +02:00
pci_path.cpp Include cstdint to fix GCC 13 build 2023-02-22 08:02:49 +01:00
pci_path.h L0 Core Add Support For pci_speed_ext 2022-03-16 22:47:59 +01:00
performance_counters_linux.cpp refactor: rename hw_helper files to gfx_core_helper files 2023-02-01 19:37:51 +01:00
performance_counters_linux.h
pmt_util.cpp Include cstdint to fix GCC 13 build 2023-02-22 08:02:49 +01:00
pmt_util.h Include cstdint to fix GCC 13 build 2023-02-22 08:02:49 +01:00
print.cpp feature: add AssertHandler 2023-03-08 17:55:23 +01:00
product_helper_drm.cpp refactor: rename product helper files n/n 2023-03-10 13:24:38 +01:00
product_helper_mtl_and_later.inl refactor: rename product helper files for mtl and later platforms 2023-03-07 20:16:58 +01:00
product_helper_uuid_xehp_and_later.inl refactor: rename product helper uuid files 2023-03-08 17:25:57 +01:00
product_helper_wddm_stub.cpp refactor: rename product helper files n/n 2023-03-10 13:24:38 +01:00
product_helper_xe_hpc_and_later.inl refactor: rename product helper files for xehpc and later 2023-03-08 16:28:59 +01:00
settings_reader_create.cpp
sys_calls.h Add process safety to cl_cache on Linux 2023-04-25 17:35:40 +02:00
sys_calls_linux.cpp Add process safety to cl_cache on Linux 2023-04-25 17:35:40 +02:00
system_info.cpp Add fallback path to query L3 size 2022-09-02 15:32:16 +02:00
system_info.h Add fallback path to query L3 size 2022-09-02 15:32:16 +02:00
system_info_extended.cpp Remove function extendParseDeviceBlob 2022-04-11 13:38:49 +02:00