Searched refs:tunnel_reg (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 263 u8 bw_code = tunnel_reg(regs, DP_TUNNELING_MAX_LINK_RATE); in tunnel_reg_max_dprx_rate() 270 return tunnel_reg(regs, DP_TUNNELING_MAX_LANE_COUNT) & in tunnel_reg_max_dprx_lane_count() 281 return tunnel_reg(regs, DP_USB4_DRIVER_BW_CAPABILITY) & in tunnel_reg_bw_alloc_supported() 496 tunnel->allocated_bw = tunnel_reg(regs, DP_ALLOCATED_BW) * in create_tunnel() 564 if (tunnel_reg(regs, DP_ALLOCATED_BW)) { in tunnel_regs_are_valid() 601 if (tunnel_reg(regs, DP_ALLOCATED_BW) > tunnel_reg(regs, DP_ESTIMATED_BW)) { in tunnel_regs_are_valid() 604 DPTUN_BW_ARG(tunnel_reg(regs, DP_ALLOCATED_BW) * in tunnel_regs_are_valid() 606 DPTUN_BW_ARG(tunnel_reg(regs, DP_ESTIMATED_BW) * in tunnel_regs_are_valid() 768 if (!(tunnel_reg(®s, DP_TUNNELING_CAPABILITIES) & in drm_dp_tunnel_detect() 790 tunnel_reg(®s, DP_TUNNELING_SW_REV_MAJOR), in drm_dp_tunnel_detect() [all …]
|