Hi Florian Tobias Schandinat, If you do not have any review comments could you please accept this patch? Thanks, Prakash On Tue, Aug 14, 2012 at 18:51:42, Manjunathappa, Prakash wrote: > LCD controller on am335x supports 24bpp raster configuration in addition > to ones on da850. LCDC also supports 24bpp in unpacked format having > ARGB:8888 32bpp format data in DDR, but it doesn't interpret alpha > component of the data. > > Signed-off-by: Manjunathappa, Prakash <prakash.pm@xxxxxx> > Cc: Anatolij Gustschin <agust@xxxxxxx> > --- > Applies on top of fbdev-next of Florian Tobias Schandinat's tree. > Since v4: > Re-define CNVT_TOHW macro. > Since v3: > Minor nit, declare pseudo_palette as u32 type. > Since v2: > Fixed additional configurations for 24bpp support. > Since v1: > Simplified calculation of pseudopalette for FB_VISUAL_TRUECOLOR type. > > drivers/video/da8xx-fb.c | 132 +++++++++++++++++++++++++++++++++------------ > 1 files changed, 97 insertions(+), 35 deletions(-) > > diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c > index cb696ff..5c6df7b 100644 > --- a/drivers/video/da8xx-fb.c > +++ b/drivers/video/da8xx-fb.c > @@ -87,6 +87,8 @@ [...] -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html