Home
last modified time | relevance | path

Searched refs:DISPLAY_ENDPOINT_PHY (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c422 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? "PHY" : "DPIA", in link_enc_cfg_link_encs_assign()
423 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? in link_enc_cfg_link_encs_assign()
435 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? "PHY" : "DPIA", in link_enc_cfg_link_encs_assign()
436 assignment.ep_id.ep_type == DISPLAY_ENDPOINT_PHY ? in link_enc_cfg_link_encs_assign()
H A Ddc_resource.c3937 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in dc_validate_stream()
/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_detection.c177 if (link->ep_type != DISPLAY_ENDPOINT_PHY) in link_detect_sink_signal_type()
955 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in detect_link_and_local_sink()
1229 if (link->ep_type != DISPLAY_ENDPOINT_PHY) { in link_detect_connection_type()
H A Dlink_factory.c500 link->ep_type = DISPLAY_ENDPOINT_PHY; in construct_phy()
H A Dlink_dpms.c125 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in link_blank_dp_stream()
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_ddc.c526 if (ddc->link->ep_type != DISPLAY_ENDPOINT_PHY) in try_to_configure_aux_timeout()
H A Dlink_dp_training.c1054 if (link->ep_type == DISPLAY_ENDPOINT_PHY && in dpcd_set_link_settings()
1651 if (link->ep_type == DISPLAY_ENDPOINT_PHY) { in perform_link_training_with_retries()
H A Dlink_dp_capability.c1386 link->ep_type != DISPLAY_ENDPOINT_PHY || in get_usbc_cable_id()
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_types.h921 DISPLAY_ENDPOINT_PHY = 0, /* Physical connector. */ enumerator
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c161 if (link->ep_type != DISPLAY_ENDPOINT_PHY) in dcn31_init_hw()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1250 if (link->ep_type == DISPLAY_ENDPOINT_PHY && pool->stream_enc[i]->id == in dcn10_find_first_free_match_stream_enc_for_link()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1618 if (dc->links[i]->ep_type == DISPLAY_ENDPOINT_PHY) in power_down_encoders()
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c2729 (link->ep_type == DISPLAY_ENDPOINT_PHY) ? "no" : "unknown"); in is_dpia_link_show()