drm/verisilicon: hdmi: Fix to timming for hdmi_setup
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 14 Jun 2023 08:06:14 +0000 (17:06 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:17 +0000 (08:25 +0900)
commitb47ed893f591923a2e8ae940046d1889f50c7ba8
tree9fc2f6dc2627f17d921e14b8b556bcc00d57b90d
parenta677cea30640c546b9e3fce2d273cfcde809e72a
drm/verisilicon: hdmi: Fix to timming for hdmi_setup

When changing the mode, a problem occurs because we try to write a
value to reg in a state that is not resumed after suspend. Move the
timing of writing values to reg to enable.

Change-Id: I49db485e947c164129b1412cdff2a16d6306895e
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
drivers/gpu/drm/verisilicon/starfive_hdmi.c