mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
video: dts: add secure context banks
Add secure bitstream and secure pixel context banks. Change-Id: Icf0845e2d8a1b448f9efeb3784e30839b41cc159 Signed-off-by: Akshay Chandrashekhar Kalghatgi <akalghat@quicinc.com>
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
769a86c3f0
commit
10e35bfe6d
@@ -78,5 +78,31 @@
|
||||
virtual-addr-pool = <0x01000000 0x24800000>;
|
||||
qcom,secure-context-bank;
|
||||
};
|
||||
|
||||
secure_bitstream_cb {
|
||||
compatible = "qcom,msm-vidc,context-bank";
|
||||
label = "venus_sec_bitstream";
|
||||
iommus = <&apps_smmu 0x2181 0x0404>;
|
||||
qcom,iommu-dma-addr-pool = <0x00500000 0xdfb00000>;
|
||||
qcom,iommu-faults = "non-fatal";
|
||||
qcom,iommu-pagetable = "LLC";
|
||||
qcom,iommu-vmid = <0x9>; /* VMID_CP_BITSTREAM */
|
||||
buffer-types = <0x241>;
|
||||
virtual-addr-pool = <0x00500000 0xdfb00000>;
|
||||
qcom,secure-context-bank;
|
||||
};
|
||||
|
||||
secure_pixel_cb {
|
||||
compatible = "qcom,msm-vidc,context-bank";
|
||||
label = "venus_sec_pixel";
|
||||
iommus = <&apps_smmu 0x2183 0x0400>;
|
||||
qcom,iommu-dma-addr-pool = <0x00500000 0xdfb00000>;
|
||||
qcom,iommu-faults = "non-fatal";
|
||||
qcom,iommu-pagetable = "LLC";
|
||||
qcom,iommu-vmid = <0xA>; /* VMID_CP_PIXEL */
|
||||
buffer-types = <0x106>;
|
||||
virtual-addr-pool = <0x00500000 0xdfb00000>;
|
||||
qcom,secure-context-bank;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user