drm/bridge: anx7625: keep last configure timing
authorXin Ji <xji@analogixsemi.com>
Fri, 9 Dec 2022 03:04:18 +0000 (11:04 +0800)
committerRobert Foss <robert.foss@linaro.org>
Mon, 12 Dec 2022 17:36:22 +0000 (18:36 +0100)
commit38c8389011e06f16b365799f2cd958536befc2e9
tree91472dec5635f4dc032faed572080b224dc70d29
parent0f6548807fa77e87bbc37964c6b1ed9ba6e1155d
drm/bridge: anx7625: keep last configure timing

Sometimes kernel may resume back quickly after suspend,
and DRM not call .mode_set() to re-config
display timing before calling .atomic_enable(), bridge
driver with this patch to keep last configure timing.

Signed-off-by: Xin Ji <xji@analogixsemi.com>
Acked-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20221209030418.713935-1-xji@analogixsemi.com
drivers/gpu/drm/bridge/analogix/anx7625.c