Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c275 static bool tunnel_reg_bw_alloc_supported(const struct drm_dp_tunnel_regs *regs) in tunnel_reg_bw_alloc_supported() function
509 tunnel->bw_alloc_supported = tunnel_reg_bw_alloc_supported(regs); in create_tunnel()
558 if (!tunnel_reg_bw_alloc_supported(regs)) { in tunnel_regs_are_valid()
628 if (tunnel->bw_alloc_supported != tunnel_reg_bw_alloc_supported(regs)) { in tunnel_info_changes_are_valid()
632 str_yes_no(tunnel_reg_bw_alloc_supported(regs))); in tunnel_info_changes_are_valid()