mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Increase left and right heap size for neo
Increased the left eye and right eye dma heap pool size to 16MB to support higher resolution based buffers in case of neo. Change-Id: I8e9bc09ecc89073cde657c9dc9ff4d6bd3e34de5
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
de9b8fa3a6
commit
3c0bd964b2
@@ -317,7 +317,7 @@
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
no-map;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0x0 0xC00000>;
|
||||
size = <0x0 0x1000000>;
|
||||
};
|
||||
|
||||
lsr_righteye_mem_heap: lsr_righteye_region {
|
||||
@@ -325,7 +325,7 @@
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
no-map;
|
||||
alignment = <0x0 0x400000>;
|
||||
size = <0x0 0xC00000>;
|
||||
size = <0x0 0x1000000>;
|
||||
};
|
||||
|
||||
lsr_depth_mem_heap: lsr_depth_region {
|
||||
|
||||
Reference in New Issue
Block a user