mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3588-evb: reserve more CMA memory for HDMIRX.
HDMI-IN app require up to 5 buffers, about 118M. The system may borrows some CMA memory cause errors. Add more CMA memory to avoid problems. Change-Id: Ifa03edef13604fc8ca1d26cd00f7fe4fce81b6da Signed-off-by: Wangqiang Guo <kay.guo@rock-chips.com>
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* Reserve 128MB memory for hdmirx-controller@fdee0000 */
|
||||
/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
|
||||
cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (128 * 0x100000)>;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* Reserve 128MB memory for hdmirx-controller@fdee0000 */
|
||||
/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
|
||||
cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (128 * 0x100000)>;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* Reserve 128MB memory for hdmirx-controller@fdee0000 */
|
||||
/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
|
||||
cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (128 * 0x100000)>;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/* Reserve 128MB memory for hdmirx-controller@fdee0000 */
|
||||
/* Reserve 256MB memory for hdmirx-controller@fdee0000 */
|
||||
cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (128 * 0x100000)>;
|
||||
reg = <0x0 (256 * 0x100000) 0x0 (256 * 0x100000)>;
|
||||
linux,cma-default;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user