mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
video: dts: Add a new non-secure pix context bank
Add entry for a new non-secure pix context bank. Change-Id: I34a8beca9938385291e87314e4f76cc0d48dbebb
This commit is contained in:
@@ -66,6 +66,17 @@
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
non_secure_pixel_cb {
|
||||
compatible = "qcom,msm-vidc,context-bank";
|
||||
label = "venus_ns_pixel";
|
||||
iommus = <&apps_smmu 0x2187 0x0400>;
|
||||
qcom,iommu-dma-addr-pool = <0x00100000 0xdff00000>;
|
||||
qcom,iommu-faults = "non-fatal", "stall-disable";
|
||||
qcom,iommu-pagetable = "LLC";
|
||||
virtual-addr-pool = <0x00100000 0xdff00000>;
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
secure_non_pixel_cb {
|
||||
compatible = "qcom,msm-vidc,context-bank";
|
||||
label = "venus_sec_non_pixel";
|
||||
|
||||
Reference in New Issue
Block a user