mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/amd/pm: update SMU 13.0.0 driver_if header
And bump the version to 0x2A. Signed-off-by: Evan Quan <evan.quan@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4bdb9d6501
commit
cbe07c982d
|
|
@ -1041,7 +1041,8 @@ typedef struct {
|
|||
uint16_t GfxclkFreqGfxUlv; // in MHz
|
||||
uint8_t GfxIdlePadding2[2];
|
||||
|
||||
uint32_t GfxoffSpare[16];
|
||||
uint32_t GfxOffEntryHysteresis;
|
||||
uint32_t GfxoffSpare[15];
|
||||
|
||||
// GFX GPO
|
||||
uint32_t GfxGpoSpare[16];
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#define SMU13_DRIVER_IF_VERSION_ALDE 0x08
|
||||
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_4 0x04
|
||||
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_5 0x04
|
||||
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0 0x29
|
||||
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0 0x2A
|
||||
#define SMU13_DRIVER_IF_VERSION_SMU_V13_0_7 0x2A
|
||||
|
||||
#define SMU13_MODE1_RESET_WAIT_TIME_IN_MS 500 //500ms
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user