Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_hwseq.c78 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
83 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
88 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
92 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
94 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c998 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
1003 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
1008 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
1012 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
1014 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c628 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
633 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
638 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
642 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
644 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()