fix: Process OpaqueWin32 external semaphore properly

Related-To: NEO-11488

Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
Raiyan Latif
2025-01-18 11:32:21 +00:00
committed by Compute-Runtime-Automation
parent e244b6e07f
commit 12e3204cab
14 changed files with 130 additions and 83 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2019-2024 Intel Corporation
# Copyright (C) 2019-2025 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@@ -43,6 +43,7 @@ set(NEO_CORE_OS_INTERFACE_LINUX
${CMAKE_CURRENT_SOURCE_DIR}/drm_wrappers_checks.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drm_wrappers.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drm_wrappers.h
${CMAKE_CURRENT_SOURCE_DIR}/external_semaphore_linux.cpp
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_drm.cpp
${CMAKE_CURRENT_SOURCE_DIR}/file_descriptor.h
${CMAKE_CURRENT_SOURCE_DIR}/gmm_helper_linux.cpp