Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c619 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
624 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
629 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
633 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
635 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()