Add new XGMI counter events to rsmiBindings.py

Also, correct RSMI_EVNT_LAST to new value.

Change-Id: I9f693cb398bba583201f6b5b5f0e2d45ede2e4e0
This commit is contained in:
Chris Freehill
2020-10-09 13:12:39 -05:00
zatwierdzone przez Elena Sakhnovitch
rodzic 94291bf882
commit 1982fdc4fb
2 zmienionych plików z 13 dodań i 2 usunięć
+1 -1
Wyświetl plik
@@ -275,7 +275,7 @@ typedef enum {
RSMI_EVNT_XGMI_DATA_OUT_5, //!< Outbound beats to neighbor 5
RSMI_EVNT_XGMI_DATA_OUT_LAST = RSMI_EVNT_XGMI_DATA_OUT_5,
RSMI_EVNT_LAST = RSMI_EVNT_XGMI_LAST,
RSMI_EVNT_LAST = RSMI_EVNT_XGMI_DATA_OUT_LAST,
} rsmi_event_type_t;
/**