Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c76 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
81 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
86 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
90 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
92 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c984 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
989 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
994 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
998 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
1000 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c652 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
657 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
662 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
666 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
668 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()