Enable new DriverProtection interface for MapGpuVa

Related-To: NEO-6096

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2021-08-06 10:46:00 +00:00
committed by Compute-Runtime-Automation
parent 63a578f5a4
commit 65e00abea6
16 changed files with 88 additions and 6 deletions

View 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