> On Thu, 2010-07-01 at 12:31 +0200, ext Archit Taneja wrote:
> > From: Sumit Semwal <[email protected]>
> > 
> > Add new Overlay Manager in manager.c, make secondary 
> channel changes 
> > and update supported displays for the managers in OMAP4
> > 

<snip>

> > @@ -1471,15 +1471,25 @@ int 
> dss_init_overlay_managers(struct platform_device *pdev)
> >             case 0:
> >                     mgr->name = "lcd";
> >                     mgr->id = OMAP_DSS_CHANNEL_LCD;
> > -                   mgr->supported_displays =
> > -                           OMAP_DISPLAY_TYPE_DPI | 
> OMAP_DISPLAY_TYPE_DBI |
> > -                           OMAP_DISPLAY_TYPE_SDI | 
> OMAP_DISPLAY_TYPE_DSI;
> > +                   mgr->supported_displays = 
> OMAP_DISPLAY_TYPE_DBI |
> > +                           OMAP_DISPLAY_TYPE_DSI;
> > +                   if (cpu_is_omap34xx())
> > +                           mgr->supported_displays |=
> > +                                   OMAP_DISPLAY_TYPE_DPI |
> > +                                   OMAP_DISPLAY_TYPE_SDI;
> 
> How about OMAP2?

My bad, will fix this. Haven't tested it on omap2 yet.

> 
>  Tomi
> 
> --
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to