Tool/software: Linux
Hi,
our bsp is based on 6AM.1.2.
I make a test using type V4L2_MEMORY_USERPTR to communicate with v4l2-core.
unfortunately, test failed.
"contiguous mapping is too small" print in kernel log.
my question is:
1. i see this code below in function alloc_stream() (file drivers/media/platform/ti-vpe/vip.c),
q->io_modes = VB2_MMAP | VB2_DMABUF | VB2_READ;
why VB2_USERPTR is not at here, not support?
2. if support VB2_USERPTR, what can i do to make my test pass?
Best Regards!
Sinkeu