Re: [PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

2020-04-03 Thread Chun-Kuang Hu
Chunfeng Yun 於 2020年4月3日 週五 上午10:59寫道: > > On Thu, 2020-04-02 at 20:49 +0800, Chun-Kuang Hu wrote: > > Hi, Matthias: > > > > Matthias Brugger 於 2020年4月1日 週三 下午11:53寫道: > > > > > > > > > > > > On 01/04/2020 04:16, Chunfeng Yun wrote: > > > > On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote:

Re: [PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

2020-04-03 Thread Chunfeng Yun
On Thu, 2020-04-02 at 20:49 +0800, Chun-Kuang Hu wrote: > Hi, Matthias: > > Matthias Brugger 於 2020年4月1日 週三 下午11:53寫道: > > > > > > > > On 01/04/2020 04:16, Chunfeng Yun wrote: > > > On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote: > > >> From: CK Hu > > >> > > >> tz_disabled is used to

Re: [PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

2020-04-02 Thread Chun-Kuang Hu
Hi, Matthias: Matthias Brugger 於 2020年4月1日 週三 下午11:53寫道: > > > > On 01/04/2020 04:16, Chunfeng Yun wrote: > > On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote: > >> From: CK Hu > >> > >> tz_disabled is used to control mtk_hdmi output signal, but this variable > >> is stored in

Re: [PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

2020-04-01 Thread Matthias Brugger
On 01/04/2020 04:16, Chunfeng Yun wrote: > On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote: >> From: CK Hu >> >> 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

Re: [PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

2020-04-01 Thread Chunfeng Yun
On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote: > From: CK Hu > > 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 >

[PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver

2020-03-31 Thread Chun-Kuang Hu
From: CK Hu 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 Signed-off-by: Chun-Kuang Hu --- drivers/gpu/drm/mediatek/mtk_hdmi.c