]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()
authorDouglas Anderson <dianders@chromium.org>
Fri, 16 Apr 2021 22:39:28 +0000 (15:39 -0700)
committerDouglas Anderson <dianders@chromium.org>
Tue, 20 Apr 2021 15:58:24 +0000 (08:58 -0700)
commit7ce6f279045c584970cfc6f631bc20c673989b52
tree0e7249ce48608bf0681dd6962ffe0e91b7b55dcb
parent5e98606f459881017ac5d0ffaade69a78dc0128f
drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()

We prepared the panel in pre_enable() so we should unprepare it in
post_disable() to match.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210416153909.v4.5.Ia75c9ffe2a2582393a8532d244da86f18b4c9b21@changeid
drivers/gpu/drm/bridge/ti-sn65dsi86.c