drm/bridge: tc358768: Disable non-continuous clock mode
authorDmitry Osipenko <digetx@gmail.com>
Sat, 2 Oct 2021 23:34:46 +0000 (02:34 +0300)
committerRobert Foss <robert.foss@linaro.org>
Tue, 19 Oct 2021 09:40:01 +0000 (11:40 +0200)
commitfbc5a90e82c1131869e76ce5b082693b8a75c121
treeebee86b3515e98714db0ce99b651cea5fcce27f0
parentb93e947664a1a63a3e6cb5d94f38d5579e41d951
drm/bridge: tc358768: Disable non-continuous clock mode

Non-continuous clock mode doesn't work because driver doesn't support it
properly. The bridge driver programs wrong bitfields that are required by
the non-continuous mode (BTACNTRL1 register bitfields are swapped in the
code), but fixing them doesn't help.

Display panel of ASUS Transformer TF700T tablet supports non-continuous
mode and display doesn't work at all using that mode. There are no
device-trees that are actively using this DSI bridge in upstream yet,
so clearly the broken mode wasn't ever tested properly. It's a bit too
difficult to get LP mode working, hence let's disable the offending mode
for now and fall back to continuous mode.

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # Asus TF700T
Tested-by: Maxim Schwalm <maxim.schwalm@gmail.com> #TF700T
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20211002233447.1105-5-digetx@gmail.com
drivers/gpu/drm/bridge/tc358768.c