Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c49 return (link && link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA in link_dp_is_bw_alloc_available()
171 dc_struct->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in get_lowest_dpia_index()
200 if (!dc->links[i] || dc->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in get_host_router_total_dp_tunnel_bw()
292 if (!(link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->hpd_status)) in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
381 …if (link && link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->dpia_bw_alloc_config.bw_alloc_ena… in dpia_handle_usb4_bandwidth_allocation_for_link()
H A Dlink_dp_irq_handler.c354 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in dp_read_hpd_rx_irq_data()
448 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in dp_handle_hpd_rx_irq()
523 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in dp_handle_hpd_rx_irq()
H A Dlink_dp_training.c535 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in dp_get_eq_aux_rd_interval()
550 return (status != DC_OK && link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA); in dp_check_dpcd_reqeust_status()
784 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->dc->debug.dpia_debug.bits.force_non_lttpr) in override_training_settings()
963 …if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && repeater_cnt > 0 && repeater_cnt < MAX_REPEATER… in configure_lttpr_mode_non_transparent()
1250 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in dpcd_set_lt_pattern_and_lane_settings()
1597 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in dp_perform_link_training()
1676 if (!link->dc->config.consolidated_dpia_dp_lt && link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in perform_link_training_with_retries()
1708 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in perform_link_training_with_retries()
H A Dlink_dp_capability.c1943 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in retrieve_link_cap()
2016 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) { in retrieve_link_cap()
2387 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->is_hpd_pending) in dp_verify_link_cap_with_retries()
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c691 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in apply_dpia_mst_dsc_always_on_wa()
699 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in apply_dpia_mst_dsc_always_on_wa()
712 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in revert_dpia_mst_dsc_always_on_wa()
804 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in verify_link_capability_non_destructive()
835 (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in should_verify_link_capability_destructively()
1006 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in detect_link_and_local_sink()
H A Dlink_dpms.c698 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in update_psp_stream_config()
707 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in update_psp_stream_config()
716 config.usb4_enabled = (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) ? in update_psp_stream_config()
2069 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in enable_link_dp()
2377 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in link_set_dpms_off()
2550 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->is_hpd_pending) { in link_set_dpms_on()
2623 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) in link_set_dpms_on()
H A Dlink_factory.c779 link->ep_type = DISPLAY_ENDPOINT_USB4_DPIA; in construct_dpia()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h923 DISPLAY_ENDPOINT_USB4_DPIA, /* USB4 DisplayPort tunnel. */ enumerator
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c384 if (stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && in link_enc_cfg_link_encs_assign()
/linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c329 if (!dc_struct->links[i] || dc_struct->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in get_lowest_dpia_index()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1546 if (pipe_ctx->stream->link->ep_type != DISPLAY_ENDPOINT_USB4_DPIA) in should_avoid_empty_tu()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c2846 seq_printf(m, "%s\n", (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) ? "yes" : in is_dpia_link_show()