mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ODROID: arm64/dts: Rearrange the codec cma area
- Android media server is built for 32 bit. So when using the mmap function, you can face the memory issue with over the 2GB memory access. So to avoid memory issues with this problem, I rearranged the codec cma area address. Change-Id: If7215175d768123b0156a7e914d250a9c0a92f0f
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x13400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x65000000 0x0 0x13400000>;
|
||||
linux,contiguous-region;
|
||||
clear-map;
|
||||
};
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x13400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x65000000 0x0 0x13400000>;
|
||||
linux,contiguous-region;
|
||||
clear-map;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user