drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver
authorCK Hu <ck.hu@mediatek.com>
Thu, 9 May 2019 02:21:37 +0000 (10:21 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Sat, 5 Sep 2020 23:02:17 +0000 (07:02 +0800)
commit96f51a4d43508e7d916caac02e382123d299c0d7
tree0c1db5c6ef955fbd652dc57e87a26fb4c80631b0
parent5aa8e76476766c48a4820f57015935429a50b928
drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

tz_disabled is used to control mtk_hdmi output signal, but this variable
is stored in mtk_hdmi_phy and mtk_hdmi_phy does not use it. So move
tz_disabled to mtk_hdmi where it's used.

Signed-off-by: CK Hu <ck.hu@mediatek.com>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Tested-by: Frank Wunderlich <frank-w@public-files.de>
drivers/gpu/drm/mediatek/mtk_hdmi.c
drivers/gpu/drm/mediatek/mtk_hdmi_phy.h
drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c