Files
kernel_oneplus_sm8550-devic…/qcom/direwolf-vm-lv.dtsi
Zou Shunxiang 97cda4b945 ARM: dts: msm: Add support for DMA Heaps of Direwolf LVGVM
Add support for display DMA heaps for Direwolf LVGVM.

Change-Id: I107092abbab15c347595dd16926042438b90f95e
2022-11-04 03:18:26 -07:00

26 lines
451 B
Plaintext

&reserved_memory {
secure_display_memory: secure_display_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x0a000000>;
};
};
&qcom_dma_heaps {
qcom,display {
qcom,dma-heap-name = "qcom,display";
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
qcom,max-align = <9>;
memory-region = <&secure_display_memory>;
};
};
&soc {
};
&hab {
vmid = <3>;
};