mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Extend IoctlHelper::get interface - pass drm version
Related-To: NEO-6999 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
36a07a77a1
commit
a552252fee
@ -1042,7 +1042,7 @@ TEST(DrmQueryTest, givenUapiPrelimVersionWithInvalidPathThenReturnEmptyString) {
|
||||
|
||||
TEST(DrmTest, givenInvalidUapiPrelimVersionThenFallbackToBasePrelim) {
|
||||
const auto productFamily = defaultHwInfo->platform.eProductFamily;
|
||||
std::unique_ptr<IoctlHelper> ioctlHelper(IoctlHelper::get(productFamily, "-1"));
|
||||
std::unique_ptr<IoctlHelper> ioctlHelper(IoctlHelper::get(productFamily, "-1", "unk"));
|
||||
EXPECT_NE(nullptr, ioctlHelper.get());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user