Skip to content

Commit 1f7c67e

Browse files
performance: Enable ULLS light for ARLH
Related-To: NEO-13922 Signed-off-by: Lukasz Jobczyk <[email protected]>
1 parent 66c4288 commit 1f7c67e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

shared/source/release_helper/release_helper_1274.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ bool ReleaseHelperHw<release>::isPipeControlPriorToPipelineSelectWaRequired() co
2929
return true;
3030
}
3131

32+
template <>
33+
bool ReleaseHelperHw<release>::isDirectSubmissionLightSupported() const {
34+
return true;
35+
}
36+
3237
template <>
3338
bool ReleaseHelperHw<release>::isDirectSubmissionSupported() const {
3439
return true;

shared/test/unit_test/release_helper/release_helper_12_74_tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ TEST_F(ReleaseHelper1274Tests, whenGettingCapabilitiesThenCorrectPropertiesAreRe
4141
EXPECT_TRUE(releaseHelper->isRayTracingSupported());
4242
EXPECT_TRUE(releaseHelper->isNumRtStacksPerDssFixedValue());
4343
EXPECT_FALSE(releaseHelper->getFtrXe2Compression());
44+
EXPECT_TRUE(releaseHelper->isDirectSubmissionLightSupported());
4445
}
4546
}
4647

0 commit comments

Comments
 (0)