Searched refs:dpcd_throughput (Results 1 – 1 of 1) sorted by relevance
134 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() argument136 switch (dpcd_throughput) { in dsc_throughput_from_dpcd()792 int dpcd_throughput = dpcd_dsc_basic_data[DP_DSC_PEAK_THROUGHPUT - DP_DSC_SUPPORT]; in dc_dsc_parse_dsc_dpcd() local794 …if (!dsc_throughput_from_dpcd(dpcd_throughput & DP_DSC_THROUGHPUT_MODE_0_MASK, &dsc_sink_caps->thr… in dc_dsc_parse_dsc_dpcd()797 …dpcd_throughput = (dpcd_throughput & DP_DSC_THROUGHPUT_MODE_1_MASK) >> DP_DSC_THROUGHPUT_MODE_1_SH… in dc_dsc_parse_dsc_dpcd()798 if (!dsc_throughput_from_dpcd(dpcd_throughput, &dsc_sink_caps->throughput_mode_1_mps)) in dc_dsc_parse_dsc_dpcd()