Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/
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()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c979 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
984 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
989 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
993 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
995 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
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()