mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
feature(sysman): reinitialize gfxPartition on reset
Related-To: NEO-13203 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
084ea8b687
commit
0589a70dc7
@@ -100,6 +100,8 @@ class DrmMemoryManager : public MemoryManager {
|
||||
DrmAllocation *createUSMHostAllocationFromSharedHandle(osHandle handle, const AllocationProperties &properties, void *mappedPtr, bool reuseSharedAllocation);
|
||||
void releaseDeviceSpecificMemResources(uint32_t rootDeviceIndex) override;
|
||||
void createDeviceSpecificMemResources(uint32_t rootDeviceIndex) override;
|
||||
void releaseDeviceSpecificGfxPartition(uint32_t rootDeviceIndex) override;
|
||||
bool reInitDeviceSpecificGfxPartition(uint32_t rootDeviceIndex) override;
|
||||
bool allowIndirectAllocationsAsPack(uint32_t rootDeviceIndex) override;
|
||||
Drm &getDrm(uint32_t rootDeviceIndex) const;
|
||||
size_t getSizeOfChunk(size_t allocSize);
|
||||
|
||||
Reference in New Issue
Block a user