Searched hist:f9538357760b08cd4c25eefa2d882adae3c9afb2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | diff f9538357760b08cd4c25eefa2d882adae3c9afb2 Tue May 28 03:27:39 CDT 2019 Tomi Valkeinen <tomi.valkeinen@ti.com> drm/bridge: tc358767: clean-up link training
The current link training code does unnecessary retry-loops, and does extra writes to the registers. It is easier to follow the flow and ensure it's similar to Toshiba's documentation if we deal with LT inside tc_main_link_enable() function.
This patch adds tc_wait_link_training() which handles waiting for the LT phase to finish, and does the necessary LT register setups in tc_main_link_enable, without extra loops.
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-17-tomi.valkeinen@ti.com
|