mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
0d2fdc169a
PD#SWPL-86524 Problem: Probability of scatter memory leak when switching resolutions frequently. The reason is that the scatter map is an array. Since the buffer is not limited, the number of buffers exceeds the upper limit of the array. When alloc scatter memory, there is no map array record. And the release is unsuccessful, memory leaks occur. Solution: increase map array size. Verify: sc2 Change-Id: Iad837fb8d2b80a21a368d289b6826eae5860ee61 Signed-off-by: miaohong chen <miaohong.chen@amlogic.com>