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.c110 DPTUN_REG(DP_ALLOCATED_BW) | \
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()
666 tunnel_reg(regs, DP_ALLOCATED_BW) * tunnel->bw_granularity) { in tunnel_info_changes_are_valid()
670 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.h1448 #define DP_ALLOCATED_BW 0xe0024 macro