Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrey Grodzovsky and committed by
Alex Deucher
e84fb7bc b1f5b453

+1 -1
+1 -1
drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
··· 59 59 #define PPSMC_MSG_SetDriverDramAddrLow 0x1B 60 60 #define PPSMC_MSG_TransferTableSmu2Dram 0x1C 61 61 #define PPSMC_MSG_TransferTableDram2Smu 0x1D 62 - #define PPSMC_MSG_ControlGfxRM 0x1E 62 + #define PPSMC_MSG_DeviceDriverReset 0x1E 63 63 #define PPSMC_MSG_SetGfxclkOverdriveByFreqVid 0x1F 64 64 #define PPSMC_MSG_SetHardMinDcefclkByFreq 0x20 65 65 #define PPSMC_MSG_SetHardMinSocclkByFreq 0x21