Home
last modified time | relevance | path

Searched refs:cur_perf (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/cpufreq/
H A Damd-pstate-ut.c117 union perf_cached cur_perf; in amd_pstate_ut_check_perf() local
152 cur_perf = READ_ONCE(cpudata->perf); in amd_pstate_ut_check_perf()
153 if (highest_perf != cur_perf.highest_perf && !cpudata->hw_prefcore) { in amd_pstate_ut_check_perf()
155 __func__, cpu, highest_perf, cur_perf.highest_perf); in amd_pstate_ut_check_perf()
158 if (nominal_perf != cur_perf.nominal_perf || in amd_pstate_ut_check_perf()
159 (lowest_nonlinear_perf != cur_perf.lowest_nonlinear_perf) || in amd_pstate_ut_check_perf()
160 (lowest_perf != cur_perf.lowest_perf)) { in amd_pstate_ut_check_perf()
162 __func__, cpu, nominal_perf, cur_perf.nominal_perf, in amd_pstate_ut_check_perf()
163 lowest_nonlinear_perf, cur_perf.lowest_nonlinear_perf, in amd_pstate_ut_check_perf()
164 lowest_perf, cur_perf.lowest_perf); in amd_pstate_ut_check_perf()
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.h183 struct dpu_core_perf_params cur_perf; member
H A Ddpu_core_perf.c267 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()
H A Ddpu_crtc.c1682 dpu_crtc->cur_perf.core_clk_rate); in dpu_crtc_debugfs_state_show()
1684 (u32)DIV_ROUND_UP_ULL(dpu_crtc->cur_perf.bw_ctl, 1000)); in dpu_crtc_debugfs_state_show()
1686 dpu_crtc->cur_perf.max_per_pipe_ib); in dpu_crtc_debugfs_state_show()