Add missing DoorbellType field to HSA_CAPABILITY

Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
This commit is contained in:
Oded Gabbay
2015-05-02 12:10:04 +03:00
rodzic 4c4df38035
commit eb2d3cfcdf
+4 -1
Wyświetl plik
@@ -168,7 +168,10 @@ typedef union
unsigned int WatchPointsSupported: 1; // Indicates if Watchpoints are available on the node.
unsigned int WatchPointsTotalBits: 4; // ld(Watchpoints) available. To determine the number use 2^value
unsigned int Reserved : 20;
unsigned int DoorbellType : 2; // 0: This node has pre-1.0 doorbell characteristic
// 1: This node has 1.0 doorbell characteristic
// 2,3: reserved for future use
unsigned int Reserved : 18;
} ui32;
} HSA_CAPABILITY;