mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
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:
committed by
Compute-Runtime-Automation
parent
9419e702cc
commit
f7e63ba0d0
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user