Searched refs:tunnel_mgr (Results 1 – 1 of 1) sorted by relevance
826 struct drm_dp_tunnel_mgr *tunnel_mgr; in intel_dp_tunnel_mgr_init() local840 tunnel_mgr = drm_dp_tunnel_mgr_create(display->drm, dp_connectors); in intel_dp_tunnel_mgr_init()841 if (IS_ERR(tunnel_mgr)) in intel_dp_tunnel_mgr_init()842 return PTR_ERR(tunnel_mgr); in intel_dp_tunnel_mgr_init()844 display->dp_tunnel_mgr = tunnel_mgr; in intel_dp_tunnel_mgr_init()