VPDMA_STRIDE_ALIGN
f->fmt.pix.bytesperline = ALIGN(stride, VPDMA_STRIDE_ALIGN);
return ((width * bpp) == ALIGN(width * bpp, VPDMA_STRIDE_ALIGN));
width_align = ALIGN(f->fmt.pix.width * bpp, VPDMA_STRIDE_ALIGN);
VPDMA_STRIDE_ALIGN);
VPDMA_STRIDE_ALIGN);
VPDMA_STRIDE_ALIGN);
VPDMA_STRIDE_ALIGN);