Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/include/
H A Dsignal_types.h42 SIGNAL_TYPE_DISPLAY_PORT_MST = (1 << 6), enumerator
63 signal == SIGNAL_TYPE_DISPLAY_PORT_MST); in dc_is_dp_signal()
96 signal == SIGNAL_TYPE_DISPLAY_PORT_MST || in dc_is_audio_capable_signal()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c720 SIGNAL_TYPE_DISPLAY_PORT_MST | in dce110_link_encoder_construct()
812 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dce110_link_encoder_validate_output_with_stream()
908 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dce110_link_encoder_setup()
1019 cntl.signal = SIGNAL_TYPE_DISPLAY_PORT_MST; in dce110_link_encoder_enable_dp_mst_output()
H A Ddce_audio.c281 case SIGNAL_TYPE_DISPLAY_PORT_MST: in check_audio_bandwidth()
478 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dce_aud_az_configure()
H A Ddce_clock_source.c79 case SIGNAL_TYPE_DISPLAY_PORT_MST: in get_ss_data_entry()
418 case SIGNAL_TYPE_DISPLAY_PORT_MST: in pll_adjust_pix_clk()
679 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dce110_get_pix_rate_in_hz()
H A Ddce_opp.c465 signal == SIGNAL_TYPE_DISPLAY_PORT_MST) { in dce110_opp_set_dyn_expansion()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c668 SIGNAL_TYPE_DISPLAY_PORT_MST | in dcn10_link_encoder_construct()
762 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dcn10_link_encoder_validate_output_with_stream()
857 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dcn10_link_encoder_setup()
968 cntl.signal = SIGNAL_TYPE_DISPLAY_PORT_MST; in dcn10_link_encoder_enable_dp_mst_output()
H A Ddcn10_opp.c242 signal == SIGNAL_TYPE_DISPLAY_PORT_MST || in opp1_set_dyn_expansion()
H A Ddcn10_optc.c308 optc->dlg_otg_param.signal == SIGNAL_TYPE_DISPLAY_PORT_MST || in optc1_program_timing()
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table_helper2.c166 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dal_cmd_table_helper_encoder_mode_bp_to_atom2()
H A Dcommand_table_helper.c155 case SIGNAL_TYPE_DISPLAY_PORT_MST: in dal_cmd_table_helper_encoder_mode_bp_to_atom()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c216 .sink_signal = SIGNAL_TYPE_DISPLAY_PORT_MST }; in dm_dp_mst_dc_sink_create()
269 .sink_signal = SIGNAL_TYPE_DISPLAY_PORT_MST }; in dm_dp_mst_get_modes()
H A Damdgpu_dm.c976 if (sink && sink->sink_signal == SIGNAL_TYPE_DISPLAY_PORT_MST) in amdgpu_dm_update_connector_after_detect()
3482 case SIGNAL_TYPE_DISPLAY_PORT_MST: in to_drm_connector_type()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_link.c152 case SIGNAL_TYPE_DISPLAY_PORT_MST: in program_hpd_filter()
245 case SIGNAL_TYPE_DISPLAY_PORT_MST: in get_ddc_transaction_type()
516 sink_caps->signal = SIGNAL_TYPE_DISPLAY_PORT_MST; in detect_dp()
1905 case SIGNAL_TYPE_DISPLAY_PORT_MST: in enable_link()
2457 pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST) { in core_link_enable_stream()
2473 if (pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST) in core_link_enable_stream()
2486 if (pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST) in core_link_disable_stream()
H A Ddc_link_dp.c1530 if (stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST) { in decide_link_settings()
/dragonfly/sys/dev/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c86 case SIGNAL_TYPE_DISPLAY_PORT_MST: in signal_type_to_atom_dig_mode()
/dragonfly/sys/dev/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c197 case SIGNAL_TYPE_DISPLAY_PORT_MST: in signal_type_to_atom_dig_mode()
/dragonfly/sys/dev/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper2_dce112.c83 case SIGNAL_TYPE_DISPLAY_PORT_MST: in signal_type_to_atom_dig_mode()
H A Dcommand_table_helper_dce112.c83 case SIGNAL_TYPE_DISPLAY_PORT_MST: in signal_type_to_atom_dig_mode()
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1201 pipe_ctx->stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST) { in build_audio_output()