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 non-pixel context bank
Add secure non-pixel context bank Change-Id: Ibe8d3181729f99fd06f9eac22b5d3512d7860b5b Signed-off-by: Akshay Chandrashekhar Kalghatgi <akalghat@quicinc.com>
This commit is contained in:
@@ -64,5 +64,18 @@
|
||||
virtual-addr-pool = <0x25800000 0xba800000>;
|
||||
dma-coherent-hint-cached;
|
||||
};
|
||||
|
||||
secure_non_pixel_cb {
|
||||
compatible = "qcom,msm-vidc,context-bank";
|
||||
label = "venus_sec_non_pixel";
|
||||
iommus = <&apps_smmu 0x2104 0x0400>;
|
||||
qcom,iommu-dma-addr-pool = <0x01000000 0x24800000>;
|
||||
qcom,iommu-faults = "non-fatal";
|
||||
qcom,iommu-pagetable = "LLC";
|
||||
qcom,iommu-vmid = <0xB>; /* VMID_CP_NON_PIXEL */
|
||||
buffer-types = <0x480>;
|
||||
virtual-addr-pool = <0x01000000 0x24800000>;
|
||||
qcom,secure-context-bank;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user