Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_perf.c107 perf->max_per_pipe_ib[i] = perf->bw_ctl[i]; in _dpu_core_perf_calc_crtc()
113 perf->max_per_pipe_ib[i] = 0; in _dpu_core_perf_calc_crtc()
119 perf->max_per_pipe_ib[i] = kms->perf.fix_core_ib_vote; in _dpu_core_perf_calc_crtc()
127 perf->max_per_pipe_ib[DPU_POWER_HANDLE_DBUS_ID_MNOC], in _dpu_core_perf_calc_crtc()
129 perf->max_per_pipe_ib[DPU_POWER_HANDLE_DBUS_ID_LLCC], in _dpu_core_perf_calc_crtc()
131 perf->max_per_pipe_ib[DPU_POWER_HANDLE_DBUS_ID_EBI], in _dpu_core_perf_calc_crtc()
237 perf.max_per_pipe_ib[bus_id] = in _dpu_core_perf_crtc_update_bus()
238 max(perf.max_per_pipe_ib[bus_id], in _dpu_core_perf_crtc_update_bus()
239 dpu_cstate->new_perf.max_per_pipe_ib[bus_id]); in _dpu_core_perf_crtc_update_bus()
386 (new->max_per_pipe_ib[i] > in dpu_core_perf_crtc_update()
[all …]
Ddpu_core_perf.h33 u64 max_per_pipe_ib[DPU_POWER_HANDLE_DBUS_ID_MAX]; member
Ddpu_crtc.c1973 dpu_crtc->cur_perf.max_per_pipe_ib[i]); in dpu_crtc_debugfs_state_show()