Re: [PATCH 4/4] drm/dp_mst: Print errors on ACT timeouts

2020-04-06 Thread Sean Paul
On Fri, Apr 3, 2020 at 4:08 PM Lyude Paul wrote: > > Although it's not unexpected for drm_dp_check_act_status() to fail due > to DPCD read failures (as the hub may have just been unplugged > suddenly), timeouts are a bit more worrying as they either mean we need > a longer timeout value, or we are

[PATCH 4/4] drm/dp_mst: Print errors on ACT timeouts

2020-04-03 Thread Lyude Paul
Although it's not unexpected for drm_dp_check_act_status() to fail due to DPCD read failures (as the hub may have just been unplugged suddenly), timeouts are a bit more worrying as they either mean we need a longer timeout value, or we aren't setting up payload allocations properly. So, let's start