mirror of https://gitee.com/openkylin/linux.git
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: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
7c0ee8fd3b
commit
acf815b867
|
@ -545,7 +545,7 @@ static int tb_dp_consumed_bandwidth(struct tb_tunnel *tunnel, int *consumed_up,
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (tb_dp_is_usb4(sw)) {
|
if (tb_dp_is_usb4(sw)) {
|
||||||
int timeout = 10;
|
int timeout = 20;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Wait for DPRX done. Normally it should be already set
|
* Wait for DPRX done. Normally it should be already set
|
||||||
|
|
Loading…
Reference in New Issue