We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d43a1 commit 324194bCopy full SHA for 324194b
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
@@ -312,6 +312,11 @@ static void smu_v13_0_14_init_caps(struct smu_context *smu)
312
smu_v13_0_6_cap_set(smu, SMU_CAP(PER_INST_METRICS));
313
if (fw_ver >= 0x5551200)
314
smu_v13_0_6_cap_set(smu, SMU_CAP(SDMA_RESET));
315
+ if (fw_ver >= 0x5551600) {
316
+ smu_v13_0_6_cap_set(smu, SMU_CAP(STATIC_METRICS));
317
+ smu_v13_0_6_cap_set(smu, SMU_CAP(BOARD_VOLTAGE));
318
+ smu_v13_0_6_cap_set(smu, SMU_CAP(PLDM_VERSION));
319
+ }
320
}
321
322
static void smu_v13_0_12_init_caps(struct smu_context *smu)
0 commit comments