mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Dont replicate GPU_TIMESTAMP_DEVICE_BUFFER
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9c7d8a183b
commit
e939e97384
@@ -93,10 +93,8 @@ StorageInfo MemoryManager::createStorageInfoFromProperties(const AllocationPrope
|
||||
break;
|
||||
case GraphicsAllocation::AllocationType::GPU_TIMESTAMP_DEVICE_BUFFER:
|
||||
if (properties.flags.multiOsContextCapable) {
|
||||
storageInfo.memoryBanks = allTilesValue;
|
||||
storageInfo.cloningOfPageTables = true;
|
||||
} else {
|
||||
storageInfo.memoryBanks = preferredTile;
|
||||
storageInfo.pageTablesVisibility = preferredTile;
|
||||
storageInfo.cloningOfPageTables = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user