drm/amd/powerplay: update Arcturus driver-smu interface header
To fit the latest SMU firmware. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Le Ma <Le.Ma@amd.com> Reviewed-by: Kenneth Feng <kenneth.feng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
58f46d4b65
commit
8d3bf936ba
|
@ -159,7 +159,7 @@
|
|||
//FIXME need updating
|
||||
// Debug Overrides Bitmask
|
||||
#define DPM_OVERRIDE_DISABLE_UCLK_PID 0x00000001
|
||||
#define DPM_OVERRIDE_ENABLE_VOLT_LINK_VCN_FCLK 0x00000002
|
||||
#define DPM_OVERRIDE_DISABLE_VOLT_LINK_VCN_FCLK 0x00000002
|
||||
|
||||
// I2C Config Bit Defines
|
||||
#define I2C_CONTROLLER_ENABLED 1
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define SMU11_DRIVER_IF_VERSION_INV 0xFFFFFFFF
|
||||
#define SMU11_DRIVER_IF_VERSION_VG20 0x13
|
||||
#define SMU11_DRIVER_IF_VERSION_ARCT 0x0F
|
||||
#define SMU11_DRIVER_IF_VERSION_ARCT 0x10
|
||||
#define SMU11_DRIVER_IF_VERSION_NV10 0x33
|
||||
#define SMU11_DRIVER_IF_VERSION_NV14 0x34
|
||||
|
||||
|
|
Loading…
Reference in New Issue