drm/verisilicon: hdmi: Fix to timming for hdmi_setup 99/294599/2
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 14 Jun 2023 08:06:14 +0000 (17:06 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Fri, 23 Jun 2023 01:07:34 +0000 (10:07 +0900)
commit790a75bc96a0f4324e06aaefd963a248dc26080e
tree36aafa732c734de3bdd501a79437d643dd5e472c
parent1d7d7f4c6c317c516ab2c00b4ca3310cff6c99e7
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