gpu: MALI_DMA_BUF_MAP_ON_DEMAND by default [1/1]
authorJiyu Yang <Jiyu.Yang@amlogic.com>
Mon, 2 Dec 2019 09:46:40 +0000 (17:46 +0800)
committerJiyu Yang <jiyu.yang@amlogic.com>
Thu, 12 Dec 2019 09:30:16 +0000 (17:30 +0800)
commitd94d41ce0e4fbd18ab6e79352780bf8677bbcccf
tree5263330f3d5e417793ffcd00f8292be572a8c29e
parent3b66c30b9185507a2866de5bdc8b216c025b8c60
gpu: MALI_DMA_BUF_MAP_ON_DEMAND by default [1/1]

PD#SWPL-18288

Problem:
kernel still use the legacy mode

Solution:
11.2 new DMA-BUF mapping from the Mali release note.
From r18p0-01rel0 version of the DDK the DMA-BUF memory
will be mapped for the GPU when it is imported into the DDK.
This will reduce the CPU load by avoiding unnecessary work
to build GPU page tables potentially every time the work using DMA-BUF memory
is submitted to GPU.

Verify:
ac213

Change-Id: I6405790d84196961f6fcbedf813f212ea61a16e2
Signed-off-by: Jiyu Yang <jiyu.yang@amlogic.com>
gpu-v2.mk