mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Linux: Obtain gpu adress space dynamically
Change-Id: I86796e5759d81b84a9dce7c6d57e5de7b68400ac Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
74a38386a4
commit
18779537bb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user