Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c981 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
986 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
991 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
995 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
997 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()
/linux-6.6.21/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()