Skip to content

Commit ddcd2a5

Browse files
Enable direct submission by default on XE HP
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
1 parent 5408366 commit ddcd2a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shared/source/xe_hp_core/hw_helper_xe_hp_core.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ bool HwHelperHw<Family>::isNewResidencyModelSupported() const {
5656
return true;
5757
}
5858

59+
template <>
60+
bool HwHelperHw<Family>::isDirectSubmissionSupported() const {
61+
return true;
62+
}
63+
5964
template <>
6065
uint32_t HwHelperHw<Family>::getHwRevIdFromStepping(uint32_t stepping, const HardwareInfo &hwInfo) const {
6166
if (hwInfo.platform.eProductFamily == PRODUCT_FAMILY::IGFX_XE_HP_SDV) {

0 commit comments

Comments
 (0)