Re: [PATCH v2 07/13] drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY

2017-04-04 Thread Daniel Vetter
On Tue, Apr 04, 2017 at 11:16:23AM +0200, Neil Armstrong wrote: > On 04/04/2017 10:57 AM, Daniel Vetter wrote: > > On Tue, Mar 21, 2017 at 04:25:44PM +0100, Neil Armstrong wrote: > >> The Amlogic Meson GXBB/GXL/GXM SoCs embeds a Synopsys DesignWare HDMI TX > >> Controller with a custom Bridge + PHY

Re: [PATCH v2 07/13] drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY

2017-04-04 Thread Neil Armstrong
On 04/04/2017 10:57 AM, Daniel Vetter wrote: > On Tue, Mar 21, 2017 at 04:25:44PM +0100, Neil Armstrong wrote: >> The Amlogic Meson GXBB/GXL/GXM SoCs embeds a Synopsys DesignWare HDMI TX >> Controller with a custom Bridge + PHY around the Controller. >> >> This driver makes uses of all the custom P

Re: [PATCH v2 07/13] drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY

2017-04-04 Thread Daniel Vetter
On Tue, Mar 21, 2017 at 04:25:44PM +0100, Neil Armstrong wrote: > The Amlogic Meson GXBB/GXL/GXM SoCs embeds a Synopsys DesignWare HDMI TX > Controller with a custom Bridge + PHY around the Controller. > > This driver makes uses of all the custom PHY plat data callbacks and enables > the compatibl

[PATCH v2 07/13] drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY

2017-03-21 Thread Neil Armstrong
The Amlogic Meson GXBB/GXL/GXM SoCs embeds a Synopsys DesignWare HDMI TX Controller with a custom Bridge + PHY around the Controller. This driver makes uses of all the custom PHY plat data callbacks and enables the compatible HDMI modes to be configured as a drm_encoder instance. Signed-off-by: N