OSDN Git Service

drm/panel: otm8009a: Fix backlight updates
authorPhilippe CORNU <philippe.cornu@st.com>
Mon, 23 Apr 2018 14:10:50 +0000 (16:10 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 18 May 2018 09:22:06 +0000 (11:22 +0200)
commitd9f9565c1f7f51904a5009671595a50b8ab0462b
tree216a54d1513a7029878b5e93e02a11dbec4a5d84
parent0c08754b59da5557532d946599854e6df28edc22
drm/panel: otm8009a: Fix backlight updates

Backlight updates was not working anymore since the good implementation
of the DSI low-power mode in the DSI host driver. After a longer
analysis, the backlight updates in DSI video mode require the DSI high-
speed mode.

Note: it is important to keep the DSI low-power mode for the rest of the
driver as init sequence, sleep in/out... DSI commands work in low-power
mode.

Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180423141054.13128-2-philippe.cornu@st.com
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c