drm/amd/powerplay: Fix meaning of 0x1E PPSMC_MSG
By comparing to windows it means ASIC reset. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
此提交包含在:
@@ -59,7 +59,7 @@
|
||||
#define PPSMC_MSG_SetDriverDramAddrLow 0x1B
|
||||
#define PPSMC_MSG_TransferTableSmu2Dram 0x1C
|
||||
#define PPSMC_MSG_TransferTableDram2Smu 0x1D
|
||||
#define PPSMC_MSG_ControlGfxRM 0x1E
|
||||
#define PPSMC_MSG_DeviceDriverReset 0x1E
|
||||
#define PPSMC_MSG_SetGfxclkOverdriveByFreqVid 0x1F
|
||||
#define PPSMC_MSG_SetHardMinDcefclkByFreq 0x20
|
||||
#define PPSMC_MSG_SetHardMinSocclkByFreq 0x21
|
||||
|
新增問題並參考
封鎖使用者