Re: [PATCH 4/5] drm/bridge: imx8mp-hdmi-tx: Set output_port to 1

2024-10-20 Thread Liu Ying
On 10/18/2024, Dmitry Baryshkov wrote: > On Fri, Oct 18, 2024 at 02:48:12PM +0800, Liu Ying wrote: >> Set DW HDMI platform data's output_port to 1 in imx8mp_dw_hdmi_probe() >> so that dw_hdmi_probe() called by imx8mp_dw_hdmi_probe() can tell the >> DW HDMI bridge core driver about the output port w

Re: [PATCH 4/5] drm/bridge: imx8mp-hdmi-tx: Set output_port to 1

2024-10-18 Thread Dmitry Baryshkov
On Fri, Oct 18, 2024 at 02:48:12PM +0800, Liu Ying wrote: > Set DW HDMI platform data's output_port to 1 in imx8mp_dw_hdmi_probe() > so that dw_hdmi_probe() called by imx8mp_dw_hdmi_probe() can tell the > DW HDMI bridge core driver about the output port we are using, hence > the next bridge can be

Re: [PATCH 4/5] drm/bridge: imx8mp-hdmi-tx: Set output_port to 1

2024-10-18 Thread Alexander Stein
Am Freitag, 18. Oktober 2024, 14:31:20 CEST schrieb Dmitry Baryshkov: > On Fri, Oct 18, 2024 at 02:48:12PM +0800, Liu Ying wrote: > > Set DW HDMI platform data's output_port to 1 in imx8mp_dw_hdmi_probe() > > so that dw_hdmi_probe() called by imx8mp_dw_hdmi_probe() can tell the > > DW HDMI bridge c

Re: [PATCH 4/5] drm/bridge: imx8mp-hdmi-tx: Set output_port to 1

2024-10-18 Thread Alexander Stein
Hi, Am Freitag, 18. Oktober 2024, 08:48:12 CEST schrieb Liu Ying: > Set DW HDMI platform data's output_port to 1 in imx8mp_dw_hdmi_probe() > so that dw_hdmi_probe() called by imx8mp_dw_hdmi_probe() can tell the > DW HDMI bridge core driver about the output port we are using, hence > the next bridg

[PATCH 4/5] drm/bridge: imx8mp-hdmi-tx: Set output_port to 1

2024-10-17 Thread Liu Ying
Set DW HDMI platform data's output_port to 1 in imx8mp_dw_hdmi_probe() so that dw_hdmi_probe() called by imx8mp_dw_hdmi_probe() can tell the DW HDMI bridge core driver about the output port we are using, hence the next bridge can be found in dw_hdmi_parse_dt() according to the port index, and furth