mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Add DRM capability to create a virtual memory address space on Linux
Related-To: NEO-4821 Change-Id: Iefc17d6c0a3649791b9a9b15791a6d263399873d Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
4e1d96f7c3
commit
519e75e3d6
@@ -24,7 +24,7 @@ TEST(OsInterfaceTest, whenOsInterfaceSetupsGmmInputArgsThenProperFileDescriptorI
|
||||
auto osInterface = new OSInterface();
|
||||
rootDeviceEnvironment->osInterface.reset(osInterface);
|
||||
|
||||
auto drm = new DrmMock(*rootDeviceEnvironment);
|
||||
auto drm = new DrmMock(fakeFd, *rootDeviceEnvironment);
|
||||
osInterface->get()->setDrm(drm);
|
||||
|
||||
GMM_INIT_IN_ARGS gmmInputArgs = {};
|
||||
|
||||
Reference in New Issue
Block a user