Searched refs:get_apu_thermal_limit (Results 1 – 2 of 2) sorted by relevance
503 if (pp_funcs && pp_funcs->get_apu_thermal_limit) { in amdgpu_dpm_get_apu_thermal_limit()505 ret = pp_funcs->get_apu_thermal_limit(adev->powerplay.pp_handle, limit); in amdgpu_dpm_get_apu_thermal_limit()
380 int (*get_apu_thermal_limit)(void *handle, uint32_t *limit); member