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

Commit f7c5798c authored by Satyajit Sahu's avatar Satyajit Sahu Committed by Alex Deucher
Browse files

drm/amd/powerplay: get the temperature on CZ



Setting the function pointer to the get the temperature on CZ.

Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarSatyajit Sahu <satyajit.sahu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b285f1db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1894,6 +1894,7 @@ static const struct pp_hwmgr_func cz_hwmgr_funcs = {
	.get_current_shallow_sleep_clocks = cz_get_current_shallow_sleep_clocks,
	.get_clock_by_type = cz_get_clock_by_type,
	.get_max_high_clocks = cz_get_max_high_clocks,
	.get_temperature = cz_thermal_get_temperature,
	.read_sensor = cz_read_sensor,
	.power_off_asic = cz_power_off_asic,
	.asic_setup = cz_setup_asic_task,