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:
Dominik Dabek
2025-05-16 14:24:45 +00:00
committed by Compute-Runtime-Automation
parent 468c62086e
commit c5c87ab6f9
9 changed files with 22 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
namespace NEO {
uint64_t GmmResourceInfo::getDriverProtectionBits(bool overrideUsage, uint32_t usage) {
uint64_t GmmResourceInfo::getDriverProtectionBits(uint32_t overrideUsage) {
return 0u;
}