msm: vidc: Remove cache operations from driver
Upstream is now doing cache operations automatically in
DMA map and unmap functions. So, driver does not need to
do cache operations explicitly using DMA begin/end CPU
access functions. All userspace/kernelspace threads
should ensure calling begin CPU access before accessing
the buffer and end CPU access after the accessing is
completed. Any cache operations will be void if buffer
was not DMA mapped. Because the above reasons, we are
removing explicit cache operations in video driver. DMA
map and unmap should take care of everything.
CRs-Fixed: 2215635
Change-Id: I151c17b66f7ebe7ffb68bdde9f7d0e9c45e42c3f
Signed-off-by:
Vaibhav Deshu Venkatesh <vdeshuve@codeaurora.org>
Loading
Please register or sign in to comment