Prefetch kmd-migrated shared allocation to multiple subdevices

Related-To: NEO-6740

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
Slawomir Milczarek
2022-11-16 23:43:35 +00:00
committed by Compute-Runtime-Automation
parent 145f249f0c
commit ba003dd7dc
10 changed files with 100 additions and 16 deletions

View File

@@ -217,6 +217,8 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
type == AllocationType::DEBUG_SBA_TRACKING_BUFFER;
}
static uint32_t getNumHandlesForKmdSharedAllocation(uint32_t numBanks);
void *getReservedAddressPtr() const {
return this->reservedAddressRangeInfo.addressPtr;
}