Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c922 int sink_per_slice_throughput_mps; in setup_dsc_config() local
946 sink_per_slice_throughput_mps = 0; in setup_dsc_config()
955 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps; in setup_dsc_config()
960 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps; in setup_dsc_config()
965 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps; in setup_dsc_config()
970 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps; in setup_dsc_config()
975 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps; in setup_dsc_config()
1029 if (pix_clk_per_slice_khz <= sink_per_slice_throughput_mps * 1000) in setup_dsc_config()