Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2375 struct drm_dp_link_addr_reply_port *port_msg) in drm_dp_mst_handle_link_address_port() argument
2384 port = drm_dp_get_port(mstb, port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2387 port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2392 } else if (!port->input && port_msg->input_port && port->connector) { in drm_dp_mst_handle_link_address_port()
2399 port_msg->port_number); in drm_dp_mst_handle_link_address_port()
2404 } else if (port->input && !port_msg->input_port) { in drm_dp_mst_handle_link_address_port()
2413 changed = port->ddps != port_msg->ddps || in drm_dp_mst_handle_link_address_port()
2415 (port->ldps != port_msg->legacy_device_plug_status || in drm_dp_mst_handle_link_address_port()
2416 port->dpcd_rev != port_msg->dpcd_revision || in drm_dp_mst_handle_link_address_port()
2417 port->mcs != port_msg->mcs || in drm_dp_mst_handle_link_address_port()
[all …]