mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
drm/amd/pm: Update aldebaran pmfw interface
Update aldebaran driver-PMFW interface to version 0x07 Signed-off-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
0aa0725fa7
commit
6e6fe7c928
|
|
@ -64,7 +64,7 @@
|
|||
#define FEATURE_SMUIO_CG_BIT 28
|
||||
#define FEATURE_THM_CG_BIT 29
|
||||
#define FEATURE_CLK_CG_BIT 30
|
||||
#define FEATURE_SPARE_31_BIT 31
|
||||
#define FEATURE_EDC_BIT 31
|
||||
#define FEATURE_SPARE_32_BIT 32
|
||||
#define FEATURE_SPARE_33_BIT 33
|
||||
#define FEATURE_SPARE_34_BIT 34
|
||||
|
|
@ -439,8 +439,11 @@ typedef struct {
|
|||
int8_t XgmiOffset; // in Amps
|
||||
uint8_t Padding_TelemetryXgmi;
|
||||
|
||||
uint16_t EdcPowerLimit;
|
||||
uint16_t spare6;
|
||||
|
||||
//reserved
|
||||
uint32_t reserved[15];
|
||||
uint32_t reserved[14];
|
||||
|
||||
} PPTable_t;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include "amdgpu_smu.h"
|
||||
|
||||
#define SMU13_DRIVER_IF_VERSION_INV 0xFFFFFFFF
|
||||
#define SMU13_DRIVER_IF_VERSION_ALDE 0x6
|
||||
#define SMU13_DRIVER_IF_VERSION_ALDE 0x07
|
||||
|
||||
/* MP Apertures */
|
||||
#define MP0_Public 0x03800000
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user