Code:
dma-ranges = <0xc0000000 0x00 0x40000000 0x400000000x7c000000 0x00 0xfc000000 0x3800000>;
Code:
dma-ranges = <0xc0000000 0x00 0x00000000 0x400000000x7c000000 0x00 0xfc000000 0x3800000>;
It's a similar story with the CMA declaration:
Code:
linux,cma {linux,cma-default;compatible = "shared-dma-pool";alloc-ranges = <0x00 0x40000000 0xbc000000>; // Entire 3 GBsize = <0x20000000>; // 512 MBreusable;};
Statistics: Posted by PhilE — Thu Nov 28, 2024 11:02 pm