[PATCH v2 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-20 Thread Meng Yi
Hi Stefan, Thank for your reply. > I took a bit more time to understand what it is all about with this patchset > and > the DRM bridge infrastructure in general. > > I agree with Boris Brezillions comment of the first version of this > patchset: You "only" want to add DRM bridge support here, i

[PATCH v2 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-18 Thread Stefan Agner
On 2016-06-14 02:20, Meng Yi wrote: > This patch creates another Encoder for HDMI port, and linking the Encoder > to appropriate DRM bridge. And this Encoder using same CRTC with RGB-LCD. > For RGB-LCD and HDMI using the same hardware connection to DCU, RGB-LCD > panel should be unplugged when usin

[PATCH v2 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-15 Thread Meng Yi
Hi Alexander, Thanks for your comments! On Tuesday, June 14, 2016 5:54 PM, Alexander wrote: > > +static struct > > +device_node *detect_hdmi_connection(struct fsl_dcu_drm_device > > +*fsl_dev) { > > + struct device_node *remote_port; > > + struct of_endpoint *ep; > > + struct device_node *

[PATCH v2 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-14 Thread Meng Yi
This patch creates another Encoder for HDMI port, and linking the Encoder to appropriate DRM bridge. And this Encoder using same CRTC with RGB-LCD. For RGB-LCD and HDMI using the same hardware connection to DCU, RGB-LCD panel should be unplugged when using the HDMI connection. Signed-off-by: Aliso

[PATCH v2 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-14 Thread Alexander Stein
On Tuesday 14 June 2016 17:20:36, Meng Yi wrote: > This patch creates another Encoder for HDMI port, and linking the Encoder > to appropriate DRM bridge. And this Encoder using same CRTC with RGB-LCD. > For RGB-LCD and HDMI using the same hardware connection to DCU, RGB-LCD > panel should be unplug