Re: [U-Boot] [PATCH v2] mxc_ipuv3: fix memory alignment of framebuffer

2013-07-29 Thread Stefano Babic
On 27/07/2013 02:53, Eric Nelson wrote: > The frame-buffer on i.MX boards needs to be aligned for DMA. > > Signed-off-by: Eric Nelson > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Enginee

[U-Boot] [PATCH v2] mxc_ipuv3: fix memory alignment of framebuffer

2013-07-26 Thread Eric Nelson
The frame-buffer on i.MX boards needs to be aligned for DMA. Signed-off-by: Eric Nelson --- Changes in v2: Also round smem_len up to ARCH_DMA_MINALIGN drivers/video/mxc_ipuv3_fb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/video/mxc_ipuv3_fb.c b/drivers/vid