Commit af2e61d6 authored by Asad Kamal's avatar Asad Kamal Committed by Alex Deucher
Browse files

drm/amd/pm: Enable ppt1 caps for smu_v13_0_12



Enable ppt1 caps to fetch and configure ppt1 for smu_v13_0_12

Signed-off-by: default avatarAsad Kamal <asad.kamal@amd.com>
Reviewed-by: default avatarLijo Lazar <lijo.lazar@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 12c958d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -356,6 +356,9 @@ static void smu_v13_0_12_init_caps(struct smu_context *smu)
	if (fw_ver > 0x04560900)
		smu_v13_0_6_cap_set(smu, SMU_CAP(VCN_RESET));

	if (fw_ver >= 0x04560D00)
		smu_v13_0_6_cap_set(smu, SMU_CAP(FAST_PPT));

	if (fw_ver >= 0x04560700) {
		if (fw_ver >= 0x04560900) {
			smu_v13_0_6_cap_set(smu, SMU_CAP(TEMP_METRICS));