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