mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Improve ftr/wa flags packing
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1da896bee0
commit
995cb88bfa
@@ -20,7 +20,7 @@ template <>
|
||||
int HwInfoConfigHw<gfxProduct>::configureHardwareCustom(HardwareInfo *hwInfo, OSInterface *osIface) {
|
||||
GT_SYSTEM_INFO *gtSystemInfo = &hwInfo->gtSystemInfo;
|
||||
gtSystemInfo->SliceCount = 1;
|
||||
hwInfo->featureTable.ftrGpGpuMidThreadLevelPreempt = false;
|
||||
hwInfo->featureTable.flags.ftrGpGpuMidThreadLevelPreempt = false;
|
||||
|
||||
enableBlitterOperationsSupport(hwInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user