Commit acf815b8 authored by Mika Westerberg's avatar Mika Westerberg

thunderbolt: Increase DP DPRX wait timeout

Sometimes it takes longer for DPRX to be set so increase the timeout to
cope with this.
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent 7c0ee8fd
......@@ -545,7 +545,7 @@ static int tb_dp_consumed_bandwidth(struct tb_tunnel *tunnel, int *consumed_up,
int ret;
if (tb_dp_is_usb4(sw)) {
int timeout = 10;
int timeout = 20;
/*
* Wait for DPRX done. Normally it should be already set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment