Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c792 out->OutputEncoder[location] = dml_dp; in populate_dml_output_cfg_from_stream_state()
794 out->OutputEncoder[dml2->v20.scratch.hpo_stream_to_link_encoder_mapping[location]] = dml_dp2p0; in populate_dml_output_cfg_from_stream_state()
797 out->OutputEncoder[location] = dml_edp; in populate_dml_output_cfg_from_stream_state()
802 out->OutputEncoder[location] = dml_hdmi; in populate_dml_output_cfg_from_stream_state()
805 out->OutputEncoder[location] = dml_dp; in populate_dml_output_cfg_from_stream_state()
H A Ddml2_utils.c120 dml_output_array->OutputEncoder[dst_index] = dml_output_array->OutputEncoder[src_index]; in dml2_util_copy_dml_output()
H A Ddml2_wrapper.c139 p->cur_display_config->output.OutputEncoder[0], p->cur_mode_support_info->DSCEnabled[0]) - 1; in optimize_configuration()
H A Ddisplay_mode_core_structs.h623 enum dml_output_encoder_class OutputEncoder[__DML_NUM_PLANES__]; member