Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drm/amd/powerplay: implement fw image related smum interface for tonga.

parent b859c207
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -800,7 +800,7 @@ static int tonga_process_firmware_header(struct pp_hwmgr *hwmgr)

	if (0 == result) {
		data->soft_regs_start = tmp;
		tonga_smu->ulSoftRegsStart = tmp;
		tonga_smu->soft_regs_start = tmp;
	}

	error |= (0 != result);
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# It provides the smu management services for the driver.

SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o fiji_smc.o\
	  polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o
	  polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o tonga_smc.o

AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))

Loading