Home
last modified time | relevance | path

Searched refs:dsc_throughput_from_dpcd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c134 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() function
794 if (!dsc_throughput_from_dpcd(dpcd_throughput & DP_DSC_THROUGHPUT_MODE_0_MASK, &dsc_sink_caps->throughput_mode_0_mps)) 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c222 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() function
361 if (!dsc_throughput_from_dpcd(dpcd_throughput & DP_DSC_THROUGHPUT_MODE_0_MASK, in dc_dsc_parse_dsc_dpcd()
366 if (!dsc_throughput_from_dpcd(dpcd_throughput, &dsc_sink_caps->throughput_mode_1_mps)) in dc_dsc_parse_dsc_dpcd()

Completed in 3 milliseconds