Home
last modified time | relevance | path

Searched refs:max_per_pipe_ib (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c125 perf->max_per_pipe_ib = 0; in _dpu_core_perf_calc_crtc()
129 perf->max_per_pipe_ib = core_perf->fix_core_ib_vote; in _dpu_core_perf_calc_crtc()
133 perf->max_per_pipe_ib = perf_cfg->min_dram_ib; in _dpu_core_perf_calc_crtc()
140 perf->max_per_pipe_ib, perf->bw_ctl); in _dpu_core_perf_calc_crtc()
227 perf.max_per_pipe_ib = max(perf.max_per_pipe_ib, in _dpu_core_perf_crtc_update_bus()
228 dpu_cstate->new_perf.max_per_pipe_ib); in _dpu_core_perf_crtc_update_bus()
242 icc_set_bw(kms->path[i], avg_bw, perf.max_per_pipe_ib); in _dpu_core_perf_crtc_update_bus()
340 (new->max_per_pipe_ib > old->max_per_pipe_ib))) || in dpu_core_perf_crtc_update()
342 (new->max_per_pipe_ib < old->max_per_pipe_ib)))) { in dpu_core_perf_crtc_update()
347 old->max_per_pipe_ib = new->max_per_pipe_ib; in dpu_core_perf_crtc_update()
H A Ddpu_core_perf.h22 u64 max_per_pipe_ib; member
H A Ddpu_crtc.c1404 dpu_crtc->cur_perf.max_per_pipe_ib); in dpu_crtc_debugfs_state_show()