On 2013-03-05 16:17, Archit Taneja wrote: > The support outputs struct for overlay managers is incorrect for OMAP4. Make > these changes: > > - DPI isn't supported via the LCD1 overlay manager, remove DPI as a supported > output. > - the TV manager can suppport DPI, but the omapdss driver doesn't support that > yet, we require some muxing at the DSS level, and we also need to configure > the hdmi pll in the DPI driver so that the TV manager has a pixel clock. We > don't support that yet. > > Signed-off-by: Archit Taneja <archit at ti.com> > --- > drivers/video/omap2/dss/dss_features.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/drivers/video/omap2/dss/dss_features.c > b/drivers/video/omap2/dss/dss_features.c > index d7d66ef..7f791ae 100644 > --- a/drivers/video/omap2/dss/dss_features.c > +++ b/drivers/video/omap2/dss/dss_features.c > @@ -202,12 +202,10 @@ static const enum omap_dss_output_id > omap3630_dss_supported_outputs[] = { > > static const enum omap_dss_output_id omap4_dss_supported_outputs[] = { > /* OMAP_DSS_CHANNEL_LCD */ > - OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI | > - OMAP_DSS_OUTPUT_DSI1, > + OMAP_DSS_OUTPUT_DBI | OMAP_DSS_OUTPUT_DSI1, > > /* OMAP_DSS_CHANNEL_DIGIT */ > - OMAP_DSS_OUTPUT_VENC | OMAP_DSS_OUTPUT_HDMI | > - OMAP_DSS_OUTPUT_DPI, > + OMAP_DSS_OUTPUT_VENC | OMAP_DSS_OUTPUT_HDMI, > > /* OMAP_DSS_CHANNEL_LCD2 */ > OMAP_DSS_OUTPUT_DPI | OMAP_DSS_OUTPUT_DBI | >
Thanks, I'll apply this to omapdss fixes branch. Tomi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 899 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130311/4a9ea618/attachment-0001.pgp>