Improve Wddm creation

Pick interface version basing on Ftr flag

Change-Id: I09880610922a6d451fc6f414a4fa5857449bc0f4
This commit is contained in:
Dunajski, Bartosz
2018-06-12 09:42:47 +02:00
committed by sys_ocldev
parent bcf1449db0
commit 3a369ad500
16 changed files with 113 additions and 107 deletions

View File

@@ -693,10 +693,6 @@ HWTEST_F(Wddm20Tests, givenDebugManagerWhenGetForUseNoRingFlushesKmdModeIsCalled
EXPECT_TRUE(DebugManager.flags.UseNoRingFlushesKmdMode.get());
}
HWTEST_F(Wddm20Tests, givenDebugManagerWhenGetForHwQueueSupportedIsCalledThenFalseIsReturned) {
EXPECT_FALSE(DebugManager.flags.HwQueueSupported.get());
}
HWTEST_F(Wddm20Tests, makeResidentMultipleHandles) {
wddm->init<FamilyType>();
ASSERT_TRUE(wddm->isInitialized());