Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c764 int flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt() local
769 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable - in calc_mpc_flow_ctrl_cnt()
774 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
778 flow_ctrl_cnt /= 2; in calc_mpc_flow_ctrl_cnt()
780 return flow_ctrl_cnt; in calc_mpc_flow_ctrl_cnt()