Loading qcom/lahaina-ion.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -67,5 +67,10 @@ qcom,ion-heap-type = "DMA"; }; qcom,ion-heap@3 { /* NON SECURE DISPLAY HEAP */ reg = <ION_DISPLAY_HEAP_ID>; memory-region = <&non_secure_display_memory>; qcom,ion-heap-type = "DMA"; }; }; }; qcom/lahaina.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -517,6 +517,14 @@ reg = <0x0 0xe3300000 0x0 0x0100000>; label = "dfps_data_region"; }; non_secure_display_memory: non_secure_display_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; size = <0x0 0x6400000>; }; }; chosen { Loading Loading
qcom/lahaina-ion.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -67,5 +67,10 @@ qcom,ion-heap-type = "DMA"; }; qcom,ion-heap@3 { /* NON SECURE DISPLAY HEAP */ reg = <ION_DISPLAY_HEAP_ID>; memory-region = <&non_secure_display_memory>; qcom,ion-heap-type = "DMA"; }; }; };
qcom/lahaina.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -517,6 +517,14 @@ reg = <0x0 0xe3300000 0x0 0x0100000>; label = "dfps_data_region"; }; non_secure_display_memory: non_secure_display_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; reusable; alignment = <0x0 0x400000>; size = <0x0 0x6400000>; }; }; chosen { Loading