mutex_unlock(&amd_pstate_driver_lock);
}
-/**
+/*
* Get pstate transition delay time from ACPI tables that firmware set
* instead of using hardcode value directly.
*/
return transition_delay_ns / NSEC_PER_USEC;
}
-/**
+/*
* Get pstate transition latency value from ACPI tables that firmware
* set instead of using hardcode value directly.
*/
return transition_latency;
}
-/**
+/*
* amd_pstate_init_freq: Initialize the max_freq, min_freq,
* nominal_freq and lowest_nonlinear_freq for
* the @cpudata object.
u32 boost_ratio, lowest_nonlinear_ratio;
struct cppc_perf_caps cppc_perf;
-
ret = cppc_get_perf_caps(cpudata->cpu, &cppc_perf);
if (ret)
return ret;