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 static metrics table Signed-off-by: Asad Kamal <asad.kamal@amd.com> Reviewed-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
482d485332
commit
a2344a9827
|
|
@ -459,4 +459,11 @@ typedef struct __attribute__((packed, aligned(4))) {
|
|||
uint64_t AccGfxclkBelowHostLimit;
|
||||
} VfMetricsTable_t;
|
||||
|
||||
#pragma pack(push, 4)
|
||||
typedef struct {
|
||||
// Telemetry
|
||||
uint32_t InputTelemetryVoltageInmV;
|
||||
} StaticMetricsTable_t;
|
||||
#pragma pack(pop)
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -95,7 +95,8 @@
|
|||
#define PPSMC_MSG_SetThrottlingPolicy 0x44
|
||||
#define PPSMC_MSG_ResetSDMA 0x4D
|
||||
#define PPSMC_MSG_ResetVCN 0x4E
|
||||
#define PPSMC_Message_Count 0x4F
|
||||
#define PPSMC_MSG_GetStaticMetricsTable 0x59
|
||||
#define PPSMC_Message_Count 0x5A
|
||||
|
||||
//PPSMC Reset Types for driver msg argument
|
||||
#define PPSMC_RESET_TYPE_DRIVER_MODE_1_RESET 0x1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user