Re: [PATCH v3 06/11] staging: drm/imx: Add LDB support

2013-06-06 Thread Shawn Guo
On Thu, Mar 28, 2013 at 04:23:30PM +0100, Philipp Zabel wrote: > +static void imx_ldb_encoder_prepare(struct drm_encoder *encoder) > +{ > + struct imx_ldb_channel *imx_ldb_ch = enc_to_imx_ldb_ch(encoder); > + struct imx_ldb *ldb = imx_ldb_ch->ldb; > + struct drm_display_mode *mode = &en

Re: [PATCH v3 06/11] staging: drm/imx: Add LDB support

2013-06-06 Thread Philipp Zabel
Hi Shawn, Am Donnerstag, den 06.06.2013, 23:16 +0800 schrieb Shawn Guo: > On Thu, Mar 28, 2013 at 04:23:30PM +0100, Philipp Zabel wrote: > > +static void imx_ldb_encoder_prepare(struct drm_encoder *encoder) > > +{ > > + struct imx_ldb_channel *imx_ldb_ch = enc_to_imx_ldb_ch(encoder); > > + str

Re: [PATCH v3 06/11] staging: drm/imx: Add LDB support

2013-06-06 Thread Shawn Guo
On Thu, Jun 06, 2013 at 05:54:42PM +0200, Philipp Zabel wrote: > I'm not sure. Is this something that should be done unconditionally for > fsl,data-width = <18>? > Ah, yes, that's better. Shawn ___ devicetree-discuss mailing list devicetree-discuss@lis

Re: [PATCH v3 06/11] staging: drm/imx: Add LDB support

2013-06-07 Thread Philipp Zabel
Am Freitag, den 07.06.2013, 09:40 +0200 schrieb Markus Niebel: > Am 28.03.2013 16:23, wrote Philipp Zabel: > > From: Sascha Hauer > > > > This adds support for the LVDS Display Bridge contained > > in i.MX5 and i.MX6 SoCs. > > > > Bit mapping, data width, and video timings are configurable > > v