commit | c1616f7b48c6a7ad91d74765d5e165d8361f6d9b | [log] [tgz] |
---|---|---|
author | Jason Chen <b02280@freescale.com> | Tue Nov 08 14:07:14 2011 +0800 |
committer | Eric Miao <eric.miao@linaro.org> | Thu Dec 01 11:36:18 2011 +0800 |
tree | 3adfcea40f7e6adf7a0f5c8fa03c930133f9b1d6 | |
parent | 8ffbac4f6616ffbde827beecad7b79f6d817a1c8 [diff] |
ENGR00161607 mxc v4l2 output: return real phys offset after mmap vpu unit test failed because it need phys offset of each buffer allocated by v4l2 output driver. videobuf dma contig method only allocate real dma buffer when user call mmap. Fix this issue by adding code to querybuf ioctl, return real phys after buffer mmaped. Signed-off-by: Jason Chen <b02280@freescale.com>