mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Add debug flag to control programming of thread arbitration policy with SCM
Related-To: NEO-6801 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ec6d580a27
commit
35d1f2e341
@@ -5172,7 +5172,8 @@ typedef struct tagINTERFACE_DESCRIPTOR_DATA {
|
||||
// DWORD 1
|
||||
uint64_t Reserved_32 : BITFIELD_RANGE(32, 63);
|
||||
// DWORD 2
|
||||
uint32_t Reserved_64 : BITFIELD_RANGE(0, 6);
|
||||
uint32_t Reserved_64 : BITFIELD_RANGE(0, 1);
|
||||
uint32_t Reserved_66 : BITFIELD_RANGE(2, 6);
|
||||
uint32_t SoftwareExceptionEnable : BITFIELD_RANGE(7, 7);
|
||||
uint32_t Reserved_72 : BITFIELD_RANGE(8, 10);
|
||||
uint32_t MaskStackExceptionEnable : BITFIELD_RANGE(11, 11);
|
||||
|
||||
Reference in New Issue
Block a user