mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
ULT: Rename Drm2 class name to more descriptive DrmMock
Change-Id: Id02b1d2531610854783ac68905c97b78f4a624b9
This commit is contained in:
committed by
sys_ocldev
parent
de315db953
commit
420bbd3954
@@ -70,7 +70,7 @@ void HwInfoConfigTestLinux::SetUp() {
|
||||
HwInfoConfigTest::SetUp();
|
||||
|
||||
osInterface = new OSInterface();
|
||||
drm = new Drm2();
|
||||
drm = new DrmMock();
|
||||
osInterface->get()->setDrm(static_cast<Drm *>(drm));
|
||||
|
||||
drm->StoredDeviceID = pOldPlatform->usDeviceID;
|
||||
|
||||
Reference in New Issue
Block a user