Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds