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

Commit ecf9d344 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/powerplay/vega10: fix typo in register base index



Probably a copy pasta.  No functional difference, both have
the same value.

Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Reported-by: default avatarMichael von Khurja <mvonkhurja@techpowerup.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6ac7defb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ int vega10_thermal_get_temperature(struct pp_hwmgr *hwmgr)
	uint32_t reg;

	reg = soc15_get_register_offset(THM_HWID, 0,
			mmCG_TACH_STATUS_BASE_IDX,  mmCG_MULT_THERMAL_STATUS);
			mmCG_MULT_THERMAL_STATUS_BASE_IDX,  mmCG_MULT_THERMAL_STATUS);

	temp = cgs_read_register(hwmgr->device, reg);