mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/amd/pm: Enable aid/xcd/hbm temperature reporting
Enable aid/xcd/hbm temperature reporting for smu_v13_0_12 via gpu metrics 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>
This commit is contained in:
parent
281108ad1e
commit
79b7209c9c
|
|
@ -373,6 +373,9 @@ static void smu_v13_0_12_init_caps(struct smu_context *smu)
|
|||
} else {
|
||||
smu_v13_0_12_tables_fini(smu);
|
||||
}
|
||||
|
||||
if (fw_ver >= 0x04561000)
|
||||
smu_v13_0_6_cap_set(smu, SMU_CAP(TEMP_AID_XCD_HBM));
|
||||
}
|
||||
|
||||
static void smu_v13_0_6_init_caps(struct smu_context *smu)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user