mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
refactor: Make semaphore dependant resources UC
Change for tagBuffer type on Windows. Timestamp types are already UC on all DC flush platforms regardless of OS. Resolves: NEO-13847 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ad99c8d818
commit
7eac78d253
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2024 Intel Corporation
|
||||
* Copyright (C) 2020-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -22,6 +22,7 @@ bool OSInterface::osEnabled64kbPages = false;
|
||||
bool OSInterface::newResourceImplicitFlush = true;
|
||||
bool OSInterface::gpuIdleImplicitFlush = true;
|
||||
bool OSInterface::requiresSupportForWddmTrimNotification = false;
|
||||
bool OSInterface::isSemaphoreDependantResourceUCRequired = false;
|
||||
|
||||
bool OSInterface::isDebugAttachAvailable() const {
|
||||
if (driverModel && driverModel->getDriverModelType() == DriverModelType::drm) {
|
||||
|
||||
Reference in New Issue
Block a user