Refactor Wddm interface of mapping GPU VA

Change-Id: Ic807dfb17fd0ab664af281db757e48b0cc424fcb
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2019-03-14 15:23:09 +01:00
committed by sys_ocldev
parent 16e1a05375
commit 8e743cc1bd
5 changed files with 16 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ class WddmMemoryManager : public MemoryManager {
GraphicsAllocation *createAllocationFromHandle(osHandle handle, bool requireSpecificBitness, bool ntHandle);
static bool validateAllocation(WddmAllocation *alloc);
bool createWddmAllocation(WddmAllocation *allocation);
bool createWddmAllocation(WddmAllocation *allocation, void *requiredGpuPtr);
AlignedMallocRestrictions mallocRestrictions;
private: