Home
last modified time | relevance | path

Searched refs:port_parent (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1341 if (mstb->port_parent) in drm_dp_free_mst_branch_device()
1342 drm_dp_mst_put_port_malloc(mstb->port_parent); in drm_dp_free_mst_branch_device()
2110 mstb->port_parent = port; in drm_dp_port_set_pdt()
2187 if (mstb->port_parent) { in drm_dp_check_mstb_guid()
2189 mstb->port_parent, in drm_dp_check_mstb_guid()
3065 if (!mstb->port_parent) in drm_dp_get_last_connected_port_to_mstb()
3068 if (mstb->port_parent->mstb != mstb) in drm_dp_get_last_connected_port_to_mstb()
3069 return mstb->port_parent; in drm_dp_get_last_connected_port_to_mstb()
3071 return drm_dp_get_last_connected_port_to_mstb(mstb->port_parent->parent); in drm_dp_get_last_connected_port_to_mstb()
5177 if (port->parent->port_parent) in drm_dp_mst_port_downstream_of_branch()
[all …]
/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h241 struct drm_dp_mst_port *port_parent; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c260 if (!aconnector->dsc_aux && !port->parent->port_parent && in validate_dsc_caps_on_connector()
1849 if (aconnector->mst_output_port->parent->port_parent) in dm_dp_mst_is_port_support_mode()
1850 immediate_upstream_port = aconnector->mst_output_port->parent->port_parent; in dm_dp_mst_is_port_support_mode()