Pass alignment to Gmm

Related-To: NEO-5750

Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2021-04-12 14:34:35 +00:00
committed by Compute-Runtime-Automation
parent a3e86f949c
commit 5f9dbef401
28 changed files with 108 additions and 98 deletions

View File

@@ -18,7 +18,7 @@ TEST_F(WddmTests, whenCreatingAllocation64kThenDoNotCreateResource) {
init();
D3DKMT_HANDLE handle;
Gmm gmm(executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext(), nullptr, 20, false, true, true, {});
Gmm gmm(executionEnvironment->rootDeviceEnvironments[0]->getGmmClientContext(), nullptr, 20, 0, false, true, true, {});
EXPECT_TRUE(wddm->createAllocation64k(&gmm, handle));
auto gdiParam = getMockAllocationFcn();