Searched refs:request_bw (Results 1 – 1 of 1) sorted by relevance
1076 int request_bw = DIV_ROUND_UP(bw, tunnel->bw_granularity); in allocate_tunnel_bw() local1086 if (request_bw * tunnel->bw_granularity == tunnel->allocated_bw) in allocate_tunnel_bw()1090 if (drm_WARN_ON(mgr->dev, request_bw > MAX_DP_REQUEST_BW)) { in allocate_tunnel_bw()1099 if (drm_dp_dpcd_write_byte(tunnel->aux, DP_REQUEST_BW, request_bw) < 0) { in allocate_tunnel_bw()1136 tunnel->allocated_bw = request_bw * tunnel->bw_granularity; in allocate_tunnel_bw()1140 DPTUN_BW_ARG(request_bw * tunnel->bw_granularity), in allocate_tunnel_bw()