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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c76 int flow_ctrl_cnt; local
81 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable -
86 flow_ctrl_cnt /= 2;
90 flow_ctrl_cnt /= 2;
92 return flow_ctrl_cnt;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c981 int flow_ctrl_cnt; local
986 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable -
991 flow_ctrl_cnt /= 2;
995 flow_ctrl_cnt /= 2;
997 return flow_ctrl_cnt;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c652 int flow_ctrl_cnt; local
657 flow_ctrl_cnt = stream->timing.h_total - stream->timing.h_addressable -
662 flow_ctrl_cnt /= 2;
666 flow_ctrl_cnt /= 2;
668 return flow_ctrl_cnt;

Completed in 186 milliseconds