Re: [PATCH v2 0/7] imx-drm: ipuv3-crtc: Implement mode_fixup

From: Philipp Zabel
Date: Fri Jan 23 2015 - 11:39:23 EST


Am Freitag, den 23.01.2015, 14:27 -0200 schrieb Fabio Estevam:
> Hi Philipp,
>
> On Fri, Jan 23, 2015 at 2:18 PM, Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> wrote:
> > @@ -281,6 +267,9 @@ static void imx_ldb_encoder_mode_set(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;
> > int dual = ldb->ldb_ctrl & LDB_SPLIT_MODE_EN;
> > + unsigned long serial_clk;
> > + unsigned long di_clk = mode->clock * 1000;
> > + int mux = imx_ldb_get_mux_id(imx_ldb_ch);
>
> I can't find imx_ldb_get_mux_id() on linux-next.

Sorry, that should be

int mux = imx_drm_encoder_get_mux_id(imx_ldb_ch->child, encoder);

regards
Philipp

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/