OSDN Git Service

drm/bridge: tc358767: cleanup LT result check
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 28 May 2019 08:27:38 +0000 (11:27 +0300)
committerAndrzej Hajda <a.hajda@samsung.com>
Fri, 31 May 2019 13:41:25 +0000 (15:41 +0200)
commit0bf25146511334e5add88f6700aef4309b7e4b55
tree8e3c6b5b2ba34e85a5438246a01c250e55e1127c
parent0776a269d725e6ce17ae5ea033e1925be861e2f1
drm/bridge: tc358767: cleanup LT result check

The driver has a loop after ending link training, where it reads the
DPCD link status and prints an error if that status is not ok.

The loop is unnecessary, as far as I can understand from DP specs, so
let's remove it. We can also print the more specific errors to help
debugging.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190528082747.3631-16-tomi.valkeinen@ti.com
drivers/gpu/drm/bridge/tc358767.c