drm/amdgpu: add TA_RAS_INV_NODE value
We can set UMC node instance to invalid state if we use global channel index, and RAS TA can choose UMC address conversion approach by checking node_inst value. Signed-off-by: Tao Zhou <tao.zhou1@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
#define RSP_ID_MASK (1U << 31)
|
||||
#define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK)
|
||||
|
||||
/* invalid node instance value */
|
||||
#define TA_RAS_INV_NODE 0xffff
|
||||
|
||||
/* RAS related enumerations */
|
||||
/**********************************************************/
|
||||
enum ras_command {
|
||||
|
||||
Reference in New Issue
Block a user