dpcd_throughput    91 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput)
dpcd_throughput    93 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	switch (dpcd_throughput) {
dpcd_throughput   749 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		int dpcd_throughput = dpcd_dsc_basic_data[DP_DSC_PEAK_THROUGHPUT - DP_DSC_SUPPORT];
dpcd_throughput   751 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		if (!dsc_throughput_from_dpcd(dpcd_throughput & DP_DSC_THROUGHPUT_MODE_0_MASK, &dsc_sink_caps->throughput_mode_0_mps))
dpcd_throughput   754 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		dpcd_throughput = (dpcd_throughput & DP_DSC_THROUGHPUT_MODE_1_MASK) >> DP_DSC_THROUGHPUT_MODE_1_SHIFT;
dpcd_throughput   755 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		if (!dsc_throughput_from_dpcd(dpcd_throughput, &dsc_sink_caps->throughput_mode_1_mps))