msm: vidc: Do cache operations without kernel virtual address
Kernel virtual address space is limited and video buffers are
huge for some resolutions like 3840 X 2160. Mapping these buffers
in kernel virtual address space can fail. Kernel mapping was
required earlier to flush/invalidate the cached buffers. This
mapping is no longer needed as per the recent change in caching
api.
Change-Id: I228519ed11343d4a1f0d8ffd6513fd3ab84bb1c9
Signed-off-by:
Vinay Kalia <vkalia@codeaurora.org>
Loading
Please register or sign in to comment