Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 25df3f30 authored by Vaibhav Deshu Venkatesh's avatar Vaibhav Deshu Venkatesh
Browse files

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: default avatarVaibhav Deshu Venkatesh <vdeshuve@codeaurora.org>
parent 90e4b68f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment