mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Enable new DriverProtection interface for MapGpuVa
Related-To: NEO-6096 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
63a578f5a4
commit
65e00abea6
15
shared/source/gmm_helper/resource_info_wddm.cpp
Normal file
15
shared/source/gmm_helper/resource_info_wddm.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/gmm_helper/resource_info.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
uint64_t GmmResourceInfo::getDriverProtectionBits() {
|
||||
return 0u;
|
||||
}
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user