drm/amd/powerplay: update smu11_driver_if_arcturus.h
Also bump the SMU11_DRIVER_IF_VERSION_ARCT. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Kevin Wang <kevin1.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
04c572a0df
commit
38750f0303
2 changed files with 6 additions and 2 deletions
|
|
@ -696,7 +696,11 @@ typedef struct {
|
|||
uint8_t GpioI2cSda; // Serial Data
|
||||
uint16_t GpioPadding;
|
||||
|
||||
uint32_t BoardReserved[9];
|
||||
// Platform input telemetry voltage coefficient
|
||||
uint32_t BoardVoltageCoeffA; // decode by /1000
|
||||
uint32_t BoardVoltageCoeffB; // decode by /1000
|
||||
|
||||
uint32_t BoardReserved[7];
|
||||
|
||||
// Padding for MMHUB - do not modify this
|
||||
uint32_t MmHubPadding[8]; // SMU internal use
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define SMU11_DRIVER_IF_VERSION_INV 0xFFFFFFFF
|
||||
#define SMU11_DRIVER_IF_VERSION_VG20 0x13
|
||||
#define SMU11_DRIVER_IF_VERSION_ARCT 0x09
|
||||
#define SMU11_DRIVER_IF_VERSION_ARCT 0x0A
|
||||
#define SMU11_DRIVER_IF_VERSION_NV10 0x33
|
||||
#define SMU11_DRIVER_IF_VERSION_NV14 0x34
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue