Searched refs:bw_ctl (Results 1 – 4 of 4) sorted by relevance
121 perf->bw_ctl = _dpu_core_perf_calc_bw(perf_cfg, crtc); in _dpu_core_perf_calc_crtc() 128 (u32)DIV_ROUND_UP_ULL(perf->bw_ctl, 1000)); in _dpu_core_perf_calc_crtc() 146 perf->bw_ctl += dpu_cstate->new_perf.bw_ctl; in dpu_core_perf_aggregate() 150 dpu_cstate->new_perf.bw_ctl); in dpu_core_perf_aggregate() 188 bw = DIV_ROUND_UP_ULL(perf.bw_ctl, 1000); in dpu_core_perf_crtc_check() 227 avg_bw = div_u64(perf.bw_ctl, 1000); /*Bps_to_icc*/ in _dpu_core_perf_crtc_update_bus() 267 dpu_crtc->cur_perf.bw_ctl = 0; in dpu_core_perf_crtc_release_bw() 337 if ((params_changed && ((new->bw_ctl > old->bw_ctl) || in dpu_core_perf_crtc_update() [all...]
18 * @bw_ctl: arbitrated bandwidth request23 u64 bw_ctl; member
1716 seq_printf(s, "bw_ctl: %uk\n", 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()
2556 uint64_t bw_ctl:5; member 2558 uint64_t bw_ctl:5;