Linux: Obtain gpu adress space dynamically

Change-Id: I86796e5759d81b84a9dce7c6d57e5de7b68400ac
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-12-17 15:17:52 +01:00
committed by sys_ocldev
parent 74a38386a4
commit 18779537bb
7 changed files with 58 additions and 18 deletions

View File

@@ -87,6 +87,7 @@ class DrmMock : public Drm {
int StoredHasPooledEU = 1;
int StoredMinEUinPool = 1;
int StoredRetVal = 0;
int StoredRetValForGetGttSize = 0;
int StoredRetValForGetSSEU = 0;
int StoredRetValForSetSSEU = 0;
int StoredRetValForDeviceID = 0;