Searched refs:proppath (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_mst_topology.c | 2217 char *proppath, in build_mst_prop_path() argument 2223 snprintf(proppath, proppath_size, "mst:%d", mstb->mgr->conn_base_id); in build_mst_prop_path() 2229 strlcat(proppath, temp, proppath_size); in build_mst_prop_path() 2232 strlcat(proppath, temp, proppath_size); in build_mst_prop_path() 2280 char proppath[255]; in drm_dp_mst_port_add_connector() local 2283 build_mst_prop_path(mstb, port->port_num, proppath, sizeof(proppath)); in drm_dp_mst_port_add_connector() 2284 port->connector = mgr->cbs->add_connector(mgr, port, proppath); in drm_dp_mst_port_add_connector()
|