mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
refactor: Add helper to control flat ring buffer
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
277a0b9f1f
commit
6d1a3d404e
@@ -425,6 +425,10 @@ HWTEST2_F(ProductHelperTest, givenProductHelperWhenCallUseGemCreateExtInAllocate
|
||||
EXPECT_FALSE(productHelper->useGemCreateExtInAllocateMemoryByKMD());
|
||||
}
|
||||
|
||||
HWTEST2_F(ProductHelperTest, givenProductHelperWhenCallIsFlatRingBufferSupportedThenTrueIsReturned, IsAtMostXeHpgCore) {
|
||||
EXPECT_TRUE(productHelper->isFlatRingBufferSupported());
|
||||
}
|
||||
|
||||
HWTEST_F(ProductHelperTest, givenProductHelperWhenAskedIfBlitterForImagesIsSupportedThenFalseIsReturned) {
|
||||
|
||||
EXPECT_FALSE(productHelper->isBlitterForImagesSupported());
|
||||
|
||||
Reference in New Issue
Block a user