commit | 80d57245063f8cb133a50943a021a8789460101e | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 28 11:27:31 2019 +0300 |
committer | Andrzej Hajda <a.hajda@samsung.com> | Fri May 31 15:41:20 2019 +0200 |
tree | cfb59f183c4032db57f5c9f76d1bd04e2a1b25e3 | |
parent | 5761a259aa9efc61b3253675643a87b3092e90b5 [diff] |
drm/bridge: tc358767: split stream enable/disable It is nicer to have enable/disable functions instead of set(bool enable) style function. Split tc_main_link_stream into tc_stream_enable and tc_stream_disable. 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-9-tomi.valkeinen@ti.com