Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Asad Kamal and committed by
Alex Deucher
7f30f8ef 0132ba7f

+3 -1
+3 -1
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h
··· 127 127 VOLTAGE_GUARDBAND_COUNT 128 128 } GFX_GUARDBAND_e; 129 129 130 - #define SMU_METRICS_TABLE_VERSION 0x10 130 + #define SMU_METRICS_TABLE_VERSION 0x11 131 131 132 132 // Unified metrics table for smu_v13_0_6 133 133 typedef struct __attribute__((packed, aligned(4))) { ··· 463 463 typedef struct { 464 464 // Telemetry 465 465 uint32_t InputTelemetryVoltageInmV; 466 + // General info 467 + uint32_t pldmVersion[2]; 466 468 } StaticMetricsTable_t; 467 469 #pragma pack(pop) 468 470