Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c388 if (!dsc_throughput_from_dpcd(dpcd_throughput, &dsc_sink_caps->throughput_mode_1_mps)) in dc_dsc_parse_dsc_dpcd()
530 DC_LOG_DSC("\tthroughput_mode_1_mps %d", dsc_sink_caps->throughput_mode_1_mps); in dc_dsc_dump_decoder_caps()
746 total_sink_throughput = max_slices * dsc_sink_caps->throughput_mode_1_mps; in intersect_dsc_caps()
1106 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps; in setup_dsc_config()
1112 sink_per_slice_throughput_mps = dsc_sink_caps->throughput_mode_1_mps; in setup_dsc_config()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h894 int32_t throughput_mode_1_mps; /* In MPs */ member