Skip to content

Commit

Permalink
drm/amd/pm: Update SMUv13.0.6 PMFW headers
Browse files Browse the repository at this point in the history
Update pmfw headers for smuv13.0.6 to version 0xE

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>
  • Loading branch information
Asad Kamal authored and Alex Deucher committed Oct 15, 2024
1 parent dc8847b commit d6903d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ typedef enum {
VOLTAGE_GUARDBAND_COUNT
} GFX_GUARDBAND_e;

#define SMU_METRICS_TABLE_VERSION 0xD
#define SMU_METRICS_TABLE_VERSION 0xE

typedef struct __attribute__((packed, aligned(4))) {
uint32_t AccumulationCounter;
Expand Down Expand Up @@ -231,6 +231,9 @@ typedef struct __attribute__((packed, aligned(4))) {
// PER XCD ACTIVITY
uint32_t GfxBusy[8];
uint64_t GfxBusyAcc[8];

//PCIE BW Data and error count
uint32_t PCIeOtherEndRecoveryAcc; // The Pcie counter itself is accumulated
} MetricsTableX_t;

typedef struct __attribute__((packed, aligned(4))) {
Expand Down

0 comments on commit d6903d8

Please sign in to comment.