diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2020-05-16 12:32:33 +0300 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2020-06-22 19:58:20 +0300 |
commit | acf815b86768d591d9ac429e3b40c703d911b6ff (patch) | |
tree | a0c21e8931d938103c97c1ac62149cc1403d5b9a /drivers | |
parent | 7c0ee8fd3bd7b5be6024f1839e9c26d1c9570e82 (diff) | |
download | linux-acf815b86768d591d9ac429e3b40c703d911b6ff.tar.bz2 |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/thunderbolt/tunnel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/tunnel.c b/drivers/thunderbolt/tunnel.c index 45f7a50a48ff..7896f8b7a69c 100644 --- a/drivers/thunderbolt/tunnel.c +++ b/drivers/thunderbolt/tunnel.c @@ -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 |