Searched refs:proppath (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_dp_mst_topology.c | 2235 char *proppath, in build_mst_prop_path() argument 2241 snprintf(proppath, proppath_size, "mst:%d", mstb->mgr->conn_base_id); in build_mst_prop_path() 2247 strlcat(proppath, temp, proppath_size); in build_mst_prop_path() 2250 strlcat(proppath, temp, proppath_size); in build_mst_prop_path() 2298 char proppath[255]; in drm_dp_mst_port_add_connector() local 2301 build_mst_prop_path(mstb, port->port_num, proppath, sizeof(proppath)); in drm_dp_mst_port_add_connector() 2302 port->connector = mgr->cbs->add_connector(mgr, port, proppath); in drm_dp_mst_port_add_connector()
|