]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/pm: Update pmfw headers for smu_v_13_0_6
authorAsad Kamal <asad.kamal@amd.com>
Tue, 29 Apr 2025 16:25:01 +0000 (00:25 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 May 2025 16:01:01 +0000 (12:01 -0400)
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>
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h

index 3d9e5e967c9405c3032ef59d6bf57721bb5c8bb2..01790a927930e997d1334c5414c8cc981ebcfa4a 100644 (file)
@@ -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)