Searched refs:tunnel_mgr (Results 1 – 1 of 1) sorted by relevance
788 struct drm_dp_tunnel_mgr *tunnel_mgr; in intel_dp_tunnel_mgr_init() local802 tunnel_mgr = drm_dp_tunnel_mgr_create(display->drm, dp_connectors); in intel_dp_tunnel_mgr_init()803 if (IS_ERR(tunnel_mgr)) in intel_dp_tunnel_mgr_init()804 return PTR_ERR(tunnel_mgr); in intel_dp_tunnel_mgr_init()806 display->dp_tunnel_mgr = tunnel_mgr; in intel_dp_tunnel_mgr_init()