Hello, In sun7i video driver, they supports only DISP_MOD_NON_MB_PLANAR mode for YUV framebuffer in output so it means that driver doesn't support UV semi planner mode. Thanks for sharing your knowledge.
On Wednesday, 5 August 2015 18:18:12 UTC+5:30, Gregor Riepl wrote: > > > Thanks for reply. > > > > Scaler method mean through DISP_CMD_SCALER_EXECUTE. > > > > Right now I am using neon based optimized method for conversion but it > is too > > slow. I want to do it through hardware if possible. > > I am by no means an expert or familiar with the CedarX, but it looks like > you > can use the output __disp_fb_t's mode field to specify plane packing. > DISP_MOD_NON_MB_UV_COMBINED (no macroblocks) or DISP_MOD_MB_UV_COMBINED > (with > macroblocks) seems to do the trick, although the order of the U and V > samples > is not mentioned. > -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
