mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
fix: override for driver protection bits
Add product helper method, default no override. Use single param. Usage unknown means no override. Related-To: NEO-14482 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
468c62086e
commit
c5c87ab6f9
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
uint64_t GmmResourceInfo::getDriverProtectionBits(bool overrideUsage, uint32_t usage) {
|
||||
uint64_t GmmResourceInfo::getDriverProtectionBits(uint32_t overrideUsage) {
|
||||
return 0u;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user