[PATCH 22/52] drm/amd/powerplay: enable dpm for baffin.
Vasily Anonimov
vasily.anonimov at googlemail.com
Thu Mar 24 01:03:49 UTC 2016
Alex Deucher <alexdeucher <at> gmail.com> writes:
> +
> + tmp_result = ellesmere_enable_thermal_auto_throttle(hwmgr);
> + PP_ASSERT_WITH_CODE((0 == tmp_result),
> + "Failed to enable thermal auto throttle!", result = tmp_result);
> +
> + tmp_result = ellesmere_pcie_performance_request(hwmgr);
> + PP_ASSERT_WITH_CODE((0 == tmp_result),
> + "Failed to enable thermal auto throttle!", result = tmp_result);
Looks like the last message should be changed.
//wbr VA
More information about the dri-devel
mailing list