Commit 67131aa5 authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/powerplay: enable AGM logging while dpm disabled.

parent 42f72d0b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2583,8 +2583,6 @@ static int vega10_enable_dpm_tasks(struct pp_hwmgr *hwmgr)
			"Failed to configure telemetry!",
			return tmp_result);

	vega10_set_tools_address(hwmgr->smumgr);

	smum_send_msg_to_smc_with_parameter(hwmgr->smumgr,
			PPSMC_MSG_NumOfDisplays, 0);

+2 −1
Original line number Diff line number Diff line
@@ -491,7 +491,7 @@ static int vega10_smu_init(struct pp_smumgr *smumgr)
	priv->smu_tables.entry[AVFSTABLE].table = kaddr;
	priv->smu_tables.entry[AVFSTABLE].handle = handle;

	tools_size = 0;
	tools_size = 0x19000;
	if (tools_size) {
		smu_allocate_memory(smumgr->device,
				tools_size,
@@ -511,6 +511,7 @@ static int vega10_smu_init(struct pp_smumgr *smumgr)
					smu_lower_32_bits(mc_addr);
			priv->smu_tables.entry[TOOLSTABLE].table = kaddr;
			priv->smu_tables.entry[TOOLSTABLE].handle = handle;
			vega10_set_tools_address(smumgr);
		}
	}