drm_dp_tunnel_alloc_bw
EXPORT_SYMBOL(drm_dp_tunnel_alloc_bw);
err = drm_dp_tunnel_alloc_bw(intel_dp->tunnel, tunnel_bw);
drm_dp_tunnel_alloc_bw(tunnel, new_bw);
if (drm_dp_tunnel_alloc_bw(tunnel, bw) != 0)
int drm_dp_tunnel_alloc_bw(struct drm_dp_tunnel *tunnel, int bw);