2
0

Fix typo in the field name Mem_EDCSupport of HSA_CAPABILITY entity

Change-Id: Ic1aba0b2c6e7bc8324fe756df84998f32a8c09da
Este cometimento está contido em:
Ramesh Errabolu
2020-06-30 15:00:26 -05:00
ascendente 76a6781c2d
cometimento b0b0a1b479
+1 -1
Ver ficheiro
@@ -210,7 +210,7 @@ typedef union
unsigned int WaveLaunchModeSupported: 1; // Indicates if Wave Launch Mode is supported on the node.
unsigned int PreciseMemoryOperationsSupported: 1; // Indicates if Precise Memory Operations are supported on the node.
unsigned int SRAM_EDCSupport: 1; // Indicates if GFX internal SRAM EDC/ECC functionality is active
unsigned int Mem_EDCSupoort: 1; // Indicates if GFX internal DRAM/HBM EDC/ECC functionality is active
unsigned int Mem_EDCSupport: 1; // Indicates if GFX internal DRAM/HBM EDC/ECC functionality is active
unsigned int RASEventNotify: 1; // Indicates if GFX extended RASFeatures and RAS EventNotify status is available
unsigned int ASICRevision: 4; // Indicates the ASIC revision of the chip on this node.
unsigned int Reserved : 6;