mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Move static methods from Gmm to new GmmHelper class
Change-Id: I84fbe94f0e1072324164086b456c71a46ae5040c
This commit is contained in:
committed by
sys_ocldev
parent
a95cca71e4
commit
e18e9fb94e
@@ -1858,7 +1858,7 @@ TEST_F(DrmMemoryManagerTest, givenDrmMemoryManagerAndUnifiedAuxCapableAllocation
|
||||
mock->ioctl_expected.gemWait = 1;
|
||||
mock->ioctl_expected.gemClose = 1;
|
||||
|
||||
auto gmm = Gmm::create(nullptr, 123, false);
|
||||
auto gmm = GmmHelper::create(nullptr, 123, false);
|
||||
auto allocation = memoryManager->allocateGraphicsMemory(123, 123);
|
||||
allocation->gmm = gmm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user