Searched refs:DISPLAY_ENDPOINT_USB4_DPIA (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c49 return (tmp && DISPLAY_ENDPOINT_USB4_DPIA == tmp->ep_type
172 dc_struct->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA)
201 if (!dc->links[i] || dc->links[i]->ep_type != DISPLAY_ENDPOINT_USB4_DPIA)
308 if (!(link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->hpd_status))
436 if (!(link && DISPLAY_ENDPOINT_USB4_DPIA == link->ep_type
H A Dlink_dp_irq_handler.c407 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
H A Dlink_dp_training.c743 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA && link->dc->debug.dpia_debug.bits.force_non_lttpr)
917 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
1613 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) {
H A Dlink_dp_capability.c1848 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA &&
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c688 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA &&
700 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
792 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
820 link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) {
992 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA &&
H A Dlink_dpms.c688 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
697 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
706 config.usb4_enabled = (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) ?
2015 if (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
2317 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
2562 if (pipe_ctx->stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA)
H A Dlink_factory.c777 link->ep_type = DISPLAY_ENDPOINT_USB4_DPIA;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h910 DISPLAY_ENDPOINT_USB4_DPIA, /* USB4 DisplayPort tunnel. */ enumerator in enum:display_endpoint_type
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c394 if (stream->link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA &&
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c2758 seq_printf(m, "%s\n", (link->ep_type == DISPLAY_ENDPOINT_USB4_DPIA) ? "yes" :

Completed in 300 milliseconds