summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h
diff options
context:
space:
mode:
authorLijo Lazar <lijo.lazar@amd.com>2021-05-11 20:20:14 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-05-19 22:29:35 -0400
commit6e6fe7c9285e96b28f6e297805edbc5eaac23316 (patch)
tree5bd52590044d6dfb008c7f1930b98a0864a48192 /drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h
parent0aa0725fa7172658e4f56df1a6e8000bea8c09cd (diff)
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>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h')
-rw-r--r--drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h b/drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h
index d23533bda002..a017983ff1fa 100644
--- a/drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h
+++ b/drivers/gpu/drm/amd/pm/inc/smu13_driver_if_aldebaran.h
@@ -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;