mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix: unify deferring MOCS to PAT
Related-To: NEO-14643 Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
72ae27d51e
commit
18435df04c
@@ -46,7 +46,6 @@ set(NEO_CORE_OS_INTERFACE_LINUX
|
||||
${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
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_device_id.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_device_id_linux.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/kmd_notify_properties_linux.cpp
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/gmm_helper/gmm_helper.h"
|
||||
|
||||
namespace NEO {
|
||||
bool GmmHelper::deferMOCSToPatIndex() const {
|
||||
return false;
|
||||
}
|
||||
} // namespace NEO
|
||||
@@ -20,7 +20,6 @@ set(NEO_CORE_OS_INTERFACE_WINDOWS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/driver_info_windows.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/external_semaphore_windows.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/external_semaphore_windows.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/gmm_helper_win.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_drm_stub.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/kmd_notify_properties_windows.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/os_inc.h
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/execution_environment/root_device_environment.h"
|
||||
#include "shared/source/gmm_helper/gmm_helper.h"
|
||||
#include "shared/source/os_interface/product_helper.h"
|
||||
|
||||
namespace NEO {
|
||||
bool GmmHelper::deferMOCSToPatIndex() const {
|
||||
return this->rootDeviceEnvironment.getProductHelper().deferMOCSToPatIndex();
|
||||
}
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user