Enable blitterOperationsSupported on DG1

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-27 20:22:31 +00:00
committed by Compute-Runtime-Automation
parent 947297d4e1
commit 3a2b018eb6
20 changed files with 81 additions and 14 deletions

View File

@@ -137,7 +137,7 @@ TEST(Event, WhenGettingEventInfoThenCqIsReturned) {
TEST(Event, givenBcsCsrSetInEventWhenPeekingBcsTaskCountThenReturnCorrectTaskCount) {
HardwareInfo hwInfo = *defaultHwInfo;
hwInfo.capabilityTable.blitterOperationsSupported = true;
REQUIRE_BLITTER_OR_SKIP(&hwInfo);
REQUIRE_FULL_BLITTER_OR_SKIP(&hwInfo);
auto device = ReleaseableObjectPtr<MockClDevice>{
new MockClDevice{MockDevice::createWithNewExecutionEnvironment<MockAlignedMallocManagerDevice>(&hwInfo)}};