Home
last modified time | relevance | path

Searched refs:DP_ALLOCATED_BW (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c111 DPTUN_REG(DP_ALLOCATED_BW) | \
497 tunnel->allocated_bw = tunnel_reg(regs, DP_ALLOCATED_BW) * in create_tunnel()
565 if (tunnel_reg(regs, DP_ALLOCATED_BW)) { in tunnel_regs_are_valid()
602 if (tunnel_reg(regs, DP_ALLOCATED_BW) > tunnel_reg(regs, DP_ESTIMATED_BW)) { in tunnel_regs_are_valid()
605 DPTUN_BW_ARG(tunnel_reg(regs, DP_ALLOCATED_BW) * in tunnel_regs_are_valid()
667 tunnel_reg(regs, DP_ALLOCATED_BW) * tunnel->bw_granularity) { in tunnel_info_changes_are_valid()
671 DPTUN_BW_ARG(tunnel_reg(regs, DP_ALLOCATED_BW) * tunnel->bw_granularity)); in tunnel_info_changes_are_valid()
/linux/include/drm/display/
H A Ddrm_dp.h1482 #define DP_ALLOCATED_BW 0xe0024 macro