File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
drivers/gpu/drm/amd/pm/inc Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 64
64
#define FEATURE_SMUIO_CG_BIT 28
65
65
#define FEATURE_THM_CG_BIT 29
66
66
#define FEATURE_CLK_CG_BIT 30
67
- #define FEATURE_SPARE_31_BIT 31
67
+ #define FEATURE_EDC_BIT 31
68
68
#define FEATURE_SPARE_32_BIT 32
69
69
#define FEATURE_SPARE_33_BIT 33
70
70
#define FEATURE_SPARE_34_BIT 34
@@ -439,8 +439,11 @@ typedef struct {
439
439
int8_t XgmiOffset ; // in Amps
440
440
uint8_t Padding_TelemetryXgmi ;
441
441
442
+ uint16_t EdcPowerLimit ;
443
+ uint16_t spare6 ;
444
+
442
445
//reserved
443
- uint32_t reserved [15 ];
446
+ uint32_t reserved [14 ];
444
447
445
448
} PPTable_t ;
446
449
Original file line number Diff line number Diff line change 26
26
#include "amdgpu_smu.h"
27
27
28
28
#define SMU13_DRIVER_IF_VERSION_INV 0xFFFFFFFF
29
- #define SMU13_DRIVER_IF_VERSION_ALDE 0x6
29
+ #define SMU13_DRIVER_IF_VERSION_ALDE 0x07
30
30
31
31
/* MP Apertures */
32
32
#define MP0_Public 0x03800000
You can’t perform that action at this time.
0 commit comments