Add "Disabled" state to ECC states

[ROCm/amdsmi commit: 84e3c541d1]
Este commit está contenido en:
Chris Freehill
2019-04-04 15:27:15 -05:00
padre cff4d16afc
commit c63fe6a5fc
Se han modificado 4 ficheros con 28 adiciones y 6 borrados
@@ -253,6 +253,7 @@ typedef rsmi_gpu_block_t rsmi_gpu_block;
*/
typedef enum {
RSMI_RAS_ERR_STATE_NONE = 0, //!< No current errors
RSMI_RAS_ERR_STATE_DISABLED, //!< ECC is disabled
RSMI_RAS_ERR_STATE_PARITY, //!< ECC errors present, but type unknown
RSMI_RAS_ERR_STATE_SING_C, //!< Single correctable error
RSMI_RAS_ERR_STATE_MULT_UC, //!< Multiple uncorrectable errors