Remove fallback path for PAT index programming

Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2022-08-24 10:48:42 +00:00
committed by Compute-Runtime-Automation
parent 670926c9b6
commit faf8d51f6d
11 changed files with 9 additions and 109 deletions

View File

@@ -79,4 +79,8 @@ void GmmClientContext::setGmmDeviceInfo(GMM_DEVICE_INFO *deviceInfo) {
clientContext->GmmSetDeviceInfo(deviceInfo);
}
uint32_t GmmClientContext::cachePolicyGetPATIndex(GMM_RESOURCE_INFO *gmmResourceInfo, GMM_RESOURCE_USAGE_TYPE usage) {
return clientContext->CachePolicyGetPATIndex(gmmResourceInfo, usage, nullptr, false);
}
} // namespace NEO