Searched refs:cur_perf (Results 1 – 5 of 5) sorted by relevance
| /drivers/cpufreq/ |
| A D | amd-pstate-ut.c | 119 union perf_cached cur_perf; in amd_pstate_ut_check_perf() local 154 cur_perf = READ_ONCE(cpudata->perf); in amd_pstate_ut_check_perf() 155 if (highest_perf != cur_perf.highest_perf && !cpudata->hw_prefcore) { in amd_pstate_ut_check_perf() 157 __func__, cpu, highest_perf, cur_perf.highest_perf); in amd_pstate_ut_check_perf() 160 if (nominal_perf != cur_perf.nominal_perf || in amd_pstate_ut_check_perf() 161 (lowest_nonlinear_perf != cur_perf.lowest_nonlinear_perf) || in amd_pstate_ut_check_perf() 162 (lowest_perf != cur_perf.lowest_perf)) { in amd_pstate_ut_check_perf() 164 __func__, cpu, nominal_perf, cur_perf.nominal_perf, in amd_pstate_ut_check_perf() 165 lowest_nonlinear_perf, cur_perf.lowest_nonlinear_perf, in amd_pstate_ut_check_perf() 166 lowest_perf, cur_perf.lowest_perf); in amd_pstate_ut_check_perf()
|
| A D | amd-pstate.c | 1646 int cur_perf = freq_to_perf(perf, cpudata->nominal_freq, policy->cur); in amd_pstate_resume() local 1649 return amd_pstate_update_perf(policy, perf.min_limit_perf, cur_perf, perf.max_limit_perf, in amd_pstate_resume()
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_crtc.h | 183 struct dpu_core_perf_params cur_perf; member
|
| A D | dpu_core_perf.c | 267 dpu_crtc->cur_perf.bw_ctl = 0; in dpu_core_perf_crtc_release_bw() 326 old = &dpu_crtc->cur_perf; in dpu_core_perf_crtc_update()
|
| A D | dpu_crtc.c | 1715 dpu_crtc->cur_perf.core_clk_rate); in dpu_crtc_debugfs_state_show() 1717 (u32)DIV_ROUND_UP_ULL(dpu_crtc->cur_perf.bw_ctl, 1000)); in dpu_crtc_debugfs_state_show() 1719 dpu_crtc->cur_perf.max_per_pipe_ib); in dpu_crtc_debugfs_state_show()
|
Completed in 20 milliseconds