mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
drm/amd/pm: Update pmfw headers for smu_v13_0_12
Update pmfw headers for smu_v13_0_12 to include ubb power Signed-off-by: Asad Kamal <asad.kamal@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
03dc0a6cb6
commit
e8f4ea34b6
|
|
@ -189,6 +189,13 @@ typedef enum {
|
|||
SVI_MAX_TEMP_ENTRIES, // 13
|
||||
} SVI_TEMP_e;
|
||||
|
||||
typedef enum{
|
||||
SYSTEM_POWER_UBB_POWER,
|
||||
SYSTEM_POWER_UBB_POWER_THRESHOLD,
|
||||
SYSTEM_POWER_MAX_ENTRIES_WO_RESERVED,
|
||||
SYSTEM_POWER_MAX_ENTRIES = 4
|
||||
} SYSTEM_POWER_e;
|
||||
|
||||
#define SMU_METRICS_TABLE_VERSION 0x15
|
||||
|
||||
#define SMU_SYSTEM_METRICS_TABLE_VERSION 0x1
|
||||
|
|
@ -310,6 +317,7 @@ typedef struct {
|
|||
uint32_t NodePowerLimit;
|
||||
uint32_t NodePower;
|
||||
uint32_t GlobalPPTResidencyAcc;
|
||||
uint16_t SystemPower[SYSTEM_POWER_MAX_ENTRIES]; // UBB Current Power and Power Threshold
|
||||
} SystemMetricsTable_t;
|
||||
#pragma pack(pop)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user