mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
ODROID-C5: Fix size of heap-fb.
I tried doubling the size of heap-fb but still had the problem so I increased the size to 3x. Change-Id: I765c4b674ea9fc29207d451038fcfac99a43b7c8
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
dmaheap_fb_reserved:heap-fb {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x7000000>;
|
||||
size = <0x0 0xA800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
dmaheap_secure_reserved:heap-secure {
|
||||
|
||||
Reference in New Issue
Block a user