Add missing DoorbellType field to HSA_CAPABILITY

Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>


[ROCm/ROCR-Runtime commit: eb2d3cfcdf]
Этот коммит содержится в:
Oded Gabbay
2015-05-02 12:10:04 +03:00
родитель b6c7551747
Коммит 99b25b95c7
+4 -1
Просмотреть файл
@@ -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;