Loading qcom/yupik-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,12 @@ reg = <ION_SECURE_HEAP_ID>; qcom,ion-heap-type = "SYSTEM_SECURE"; }; qcom,ion-heap@10 { /* SECURE DISPLAY HEAP */ reg = <ION_SECURE_DISPLAY_HEAP_ID>; memory-region = <&secure_display_memory>; qcom,ion-heap-type = "HYP_CMA"; }; }; }; qcom/yupik.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -322,6 +322,14 @@ reg = <0x0 0xc0000000 0x0 0x5100000>; }; secure_display_memory: secure_display_region { compatible = "shared-dma-pool"; alloc-ranges = <0 0x00000000 0 0xffffffff>; reusable; alignment = <0 0x400000>; size = <0 0x8c00000>; }; /* global autoconfigured region for contiguous allocations */ linux,cma { compatible = "shared-dma-pool"; Loading Loading
qcom/yupik-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,12 @@ reg = <ION_SECURE_HEAP_ID>; qcom,ion-heap-type = "SYSTEM_SECURE"; }; qcom,ion-heap@10 { /* SECURE DISPLAY HEAP */ reg = <ION_SECURE_DISPLAY_HEAP_ID>; memory-region = <&secure_display_memory>; qcom,ion-heap-type = "HYP_CMA"; }; }; };
qcom/yupik.dtsi +8 −0 Original line number Diff line number Diff line Loading @@ -322,6 +322,14 @@ reg = <0x0 0xc0000000 0x0 0x5100000>; }; secure_display_memory: secure_display_region { compatible = "shared-dma-pool"; alloc-ranges = <0 0x00000000 0 0xffffffff>; reusable; alignment = <0 0x400000>; size = <0 0x8c00000>; }; /* global autoconfigured region for contiguous allocations */ linux,cma { compatible = "shared-dma-pool"; Loading