mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
drm/amd/pm: Update pmfw headers for smu_v_13_0_6
Update pmfw headers for smu_v_13_0_6 to include pldm version as part of statics metrics table Signed-off-by: Asad Kamal <asad.kamal@amd.com> 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
0132ba7ff0
commit
7f30f8ef65
|
|
@ -127,7 +127,7 @@ typedef enum {
|
|||
VOLTAGE_GUARDBAND_COUNT
|
||||
} GFX_GUARDBAND_e;
|
||||
|
||||
#define SMU_METRICS_TABLE_VERSION 0x10
|
||||
#define SMU_METRICS_TABLE_VERSION 0x11
|
||||
|
||||
// Unified metrics table for smu_v13_0_6
|
||||
typedef struct __attribute__((packed, aligned(4))) {
|
||||
|
|
@ -463,6 +463,8 @@ typedef struct __attribute__((packed, aligned(4))) {
|
|||
typedef struct {
|
||||
// Telemetry
|
||||
uint32_t InputTelemetryVoltageInmV;
|
||||
// General info
|
||||
uint32_t pldmVersion[2];
|
||||
} StaticMetricsTable_t;
|
||||
#pragma pack(pop)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user