mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
drm/amd/pm: update smu_v13_0_6 smu header
update smu firmware header to support smu mca debug feature. Signed-off-by: Yang Wang <kevinyang.wang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
40a08fe890
commit
174a33e470
|
|
@ -132,6 +132,9 @@ typedef struct {
|
|||
#define THROTTLER_THERMAL_VR_BIT 3//VRHOT
|
||||
#define THROTTLER_THERMAL_HBM_BIT 4
|
||||
|
||||
#define ClearMcaOnRead_UE_FLAG_MASK 0x1
|
||||
#define ClearMcaOnRead_CE_POLL_MASK 0x2
|
||||
|
||||
// These defines are used with the following messages:
|
||||
// SMC_MSG_TransferTableDram2Smu
|
||||
// SMC_MSG_TransferTableSmu2Dram
|
||||
|
|
|
|||
|
|
@ -87,7 +87,8 @@
|
|||
#define PPSMC_MSG_QueryValidMcaCount 0x36
|
||||
#define PPSMC_MSG_McaBankDumpDW 0x37
|
||||
#define PPSMC_MSG_GetCTFLimit 0x38
|
||||
#define PPSMC_Message_Count 0x39
|
||||
#define PPSMC_MSG_ClearMcaOnRead 0x39
|
||||
#define PPSMC_Message_Count 0x40
|
||||
|
||||
//PPSMC Reset Types for driver msg argument
|
||||
#define PPSMC_RESET_TYPE_DRIVER_MODE_1_RESET 0x1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user