sink_per_slice_throughput_mps  524 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	int sink_per_slice_throughput_mps;
sink_per_slice_throughput_mps  553 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 	sink_per_slice_throughput_mps = 0;
sink_per_slice_throughput_mps  562 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps;
sink_per_slice_throughput_mps  567 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps;
sink_per_slice_throughput_mps  572 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps;
sink_per_slice_throughput_mps  577 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 			sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps;
sink_per_slice_throughput_mps  582 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps;
sink_per_slice_throughput_mps  636 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c 		if (pix_clk_per_slice_khz <= sink_per_slice_throughput_mps * 1000)