Searched refs:request_bw (Results 1 – 1 of 1) sorted by relevance
1075 int request_bw = DIV_ROUND_UP(bw, tunnel->bw_granularity); in allocate_tunnel_bw() local1085 if (request_bw * tunnel->bw_granularity == tunnel->allocated_bw) in allocate_tunnel_bw()1089 if (drm_WARN_ON(mgr->dev, request_bw > MAX_DP_REQUEST_BW)) { in allocate_tunnel_bw()1098 if (drm_dp_dpcd_writeb(tunnel->aux, DP_REQUEST_BW, request_bw) < 0) { in allocate_tunnel_bw()1135 tunnel->allocated_bw = request_bw * tunnel->bw_granularity; in allocate_tunnel_bw()1139 DPTUN_BW_ARG(request_bw * tunnel->bw_granularity), in allocate_tunnel_bw()