]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp_mst: Print errors on ACT timeouts
authorLyude Paul <lyude@redhat.com>
Fri, 3 Apr 2020 19:58:29 +0000 (15:58 -0400)
committerLyude Paul <lyude@redhat.com>
Thu, 9 Apr 2020 16:09:41 +0000 (12:09 -0400)
commit433064554fa85cffa3e4468374a39ba6f8307d6b
treedb2eeabf898adff86d7997bd10ab438af81e4e65
parent6d483938a9b07e00f5f328870cfd3ea29a6a9e14
drm/dp_mst: Print errors on ACT timeouts

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 printing errors on timeouts.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Cc: Sean Paul <sean@poorly.run>
Reviewed-by: Sean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20200406221253.1307209-5-lyude@redhat.com
drivers/gpu/drm/drm_dp_mst_topology.c