Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2367 struct drm_dp_link_addr_reply_port *port_msg) in drm_dp_mst_handle_link_address_port() argument
2376 port = drm_dp_get_port(mstb, port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2379 port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2384 } else if (!port->input && port_msg->input_port && port->connector) { in drm_dp_mst_handle_link_address_port()
2391 port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2396 } else if (port->input && !port_msg->input_port) { in drm_dp_mst_handle_link_address_port()
2405 changed = port->ddps != port_msg->ddps || in drm_dp_mst_handle_link_address_port()
2407 (port->ldps != port_msg->legacy_device_plug_status || in drm_dp_mst_handle_link_address_port()
2408 port->dpcd_rev != port_msg->dpcd_revision || in drm_dp_mst_handle_link_address_port()
2409 port->mcs != port_msg->mcs || in drm_dp_mst_handle_link_address_port()
[all …]