mirror of https://github.com/intel/gmmlib.git
Add MOCS variable for Xe2 (#228)
This commit is contained in:
parent
88c3ffec23
commit
e8a18f8e70
|
@ -129,7 +129,7 @@ typedef union MEMORY_OBJECT_CONTROL_STATE_REC {
|
||||||
uint32_t EncryptedData : 1;
|
uint32_t EncryptedData : 1;
|
||||||
uint32_t Index : 6;
|
uint32_t Index : 6;
|
||||||
uint32_t : 25;
|
uint32_t : 25;
|
||||||
} Gen9, Gen10, Gen11, Gen12, XE_HP, XE_LPG;
|
} Gen9, Gen10, Gen11, Gen12, XE_HP, XE_LPG, XE2;
|
||||||
|
|
||||||
uint32_t DwordValue;
|
uint32_t DwordValue;
|
||||||
} MEMORY_OBJECT_CONTROL_STATE;
|
} MEMORY_OBJECT_CONTROL_STATE;
|
||||||
|
|
Loading…
Reference in New Issue