Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c127 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() argument
129 switch (dpcd_throughput) { in dsc_throughput_from_dpcd()
264 int dpcd_throughput = dpcd_dsc_basic_data[DP_DSC_PEAK_THROUGHPUT - DP_DSC_SUPPORT]; in dc_dsc_parse_dsc_dpcd() local
266 if (!dsc_throughput_from_dpcd(dpcd_throughput & DP_DSC_THROUGHPUT_MODE_0_MASK, in dc_dsc_parse_dsc_dpcd()
270dpcd_throughput = (dpcd_throughput & DP_DSC_THROUGHPUT_MODE_1_MASK) >> DP_DSC_THROUGHPUT_MODE_1_SH… in dc_dsc_parse_dsc_dpcd()
271 if (!dsc_throughput_from_dpcd(dpcd_throughput, &dsc_sink_caps->throughput_mode_1_mps)) in dc_dsc_parse_dsc_dpcd()

Completed in 5 milliseconds