Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c557 int sink_per_slice_throughput_mps; in setup_dsc_config() local
593 sink_per_slice_throughput_mps = 0; in setup_dsc_config()
602 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps; in setup_dsc_config()
607 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps; in setup_dsc_config()
612 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps; in setup_dsc_config()
617 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps; in setup_dsc_config()
622 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps; in setup_dsc_config()
676 if (pix_clk_per_slice_khz <= sink_per_slice_throughput_mps * 1000) in setup_dsc_config()