Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c374 &dsc_sink_caps->throughput_mode_0_mps)) in dc_dsc_parse_dsc_dpcd()
376 dsc_sink_caps->throughput_mode_0_mps += dsc_throughput_granular_delta; in dc_dsc_parse_dsc_dpcd()
518 DC_LOG_DSC("\tthroughput_mode_0_mps %d", dsc_sink_caps->throughput_mode_0_mps); in dc_dsc_dump_decoder_caps()
603 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_0_mps; in intersect_dsc_caps()
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()
970 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_0_mps; in setup_dsc_config()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h866 int32_t throughput_mode_0_mps; /* In MPs */ member