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