On Wed, 2010-09-08 at 13:17 +0200, ext Archit Taneja wrote: > calls init functions of dss_features during dss_probe, and the following > features are made omapxxxx independent: > - number of managers, overlays > - supported color modes for each overlay > - supported displays for each manager > - global aplha, and restriction of global alpha for video1 pipeline > - The register field ranges : FIRHINC, FIRVINC, FIFOHIGHTHRESHOLD > FIFOLOWTHRESHOLD and FIFOSIZE > > Signed-off-by: Archit Taneja <archit@xxxxxx> > diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile > index d71b5d9..7db17b5 > --- a/drivers/video/omap2/dss/Makefile > +++ b/drivers/video/omap2/dss/Makefile > @@ -1,5 +1,5 @@ > obj-$(CONFIG_OMAP2_DSS) += omapdss.o > -omapdss-y := core.o dss.o dispc.o display.o manager.o overlay.o > +omapdss-y := core.o dss.o dss_features.o dispc.o display.o manager.o overlay.o I think this change should be in the previous patch. Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html