feature: Add support for optional PF enable flag for exec queue create

Related-to: NEO-8306

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2025-02-04 20:24:41 +00:00
committed by Compute-Runtime-Automation
parent 9419e702cc
commit f7e63ba0d0
19 changed files with 98 additions and 10 deletions

View File

@@ -1647,7 +1647,7 @@ void IoctlHelperXe::setOptionalContextProperties(Drm &drm, void *extProperties,
ext[extIndexInOut].base.next_extension = 0;
ext[extIndexInOut].base.name = DRM_XE_EXEC_QUEUE_EXTENSION_SET_PROPERTY;
ext[extIndexInOut].property = getEudebugExtProperty();
ext[extIndexInOut].value = 1;
ext[extIndexInOut].value = getEudebugExtPropertyValue();
extIndexInOut++;
}
}