Searched refs:tunnel_mgr (Results 1 – 1 of 1) sorted by relevance
781 struct drm_dp_tunnel_mgr *tunnel_mgr; in intel_dp_tunnel_mgr_init() local795 tunnel_mgr = drm_dp_tunnel_mgr_create(display->drm, dp_connectors); in intel_dp_tunnel_mgr_init()796 if (IS_ERR(tunnel_mgr)) in intel_dp_tunnel_mgr_init()797 return PTR_ERR(tunnel_mgr); in intel_dp_tunnel_mgr_init()799 display->dp_tunnel_mgr = tunnel_mgr; in intel_dp_tunnel_mgr_init()