summaryrefslogtreecommitdiff
path: root/qcom/msm8937-vidc.dtsi
diff options
context:
space:
mode:
authorParas Nagda <c_pnagda@qti.qualcomm.com>2021-03-12 10:32:58 +0530
committerParas Nagda <c_pnagda@qti.qualcomm.com>2021-03-12 10:32:58 +0530
commitf1dc360d4312377aad8ab64e70ebb34800b02c1c (patch)
tree0f164e2ef5822860f40efefb0ddd73eeb5c3f2e1 /qcom/msm8937-vidc.dtsi
parentb8da4b8de15a2148cf2b245dc926975a82be0023 (diff)
downloaddevicetree-f1dc360d4312377aad8ab64e70ebb34800b02c1c.tar.gz
ARM: dts: msm: Update video node entries for MSM8917/37
Add DMA address pool range for vidc context banks and governor mode related changes. Change-Id: Ic9a67e0d9e419561cf8561c132fbbee1843a0ede
Diffstat (limited to 'qcom/msm8937-vidc.dtsi')
-rw-r--r--qcom/msm8937-vidc.dtsi9
1 files changed, 7 insertions, 2 deletions
diff --git a/qcom/msm8937-vidc.dtsi b/qcom/msm8937-vidc.dtsi
index 5cb28189..7098a148 100644
--- a/qcom/msm8937-vidc.dtsi
+++ b/qcom/msm8937-vidc.dtsi
@@ -60,6 +60,8 @@
<&apps_iommu 0x807 0x00>,
<&apps_iommu 0x808 0x27>,
<&apps_iommu 0x811 0x20>;
+ qcom,iommu-dma-addr-pool = <0x5dc00000 0x7f000000
+ 0xdcc00000 0x1000000>;
buffer-types = <0xfff>;
virtual-addr-pool = <0x5dc00000 0x7f000000
0xdcc00000 0x1000000>;
@@ -71,6 +73,7 @@
iommus = <&apps_iommu 0x900 0x00>,
<&apps_iommu 0x90a 0x04>,
<&apps_iommu 0x909 0x22>;
+ qcom,iommu-dma-addr-pool = <0x4b000000 0x12c00000>;
buffer-types = <0x241>;
virtual-addr-pool = <0x4b000000 0x12c00000>;
qcom,secure-context-bank;
@@ -80,6 +83,7 @@
compatible = "qcom,msm-vidc,context-bank";
label = "venus_sec_pixel";
iommus = <&apps_iommu 0x90c 0x20>;
+ qcom,iommu-dma-addr-pool = <0x25800000 0x25800000>;
buffer-types = <0x106>;
virtual-addr-pool = <0x25800000 0x25800000>;
qcom,secure-context-bank;
@@ -92,6 +96,7 @@
<&apps_iommu 0x907 0x08>,
<&apps_iommu 0x908 0x20>,
<&apps_iommu 0x90d 0x20>;
+ qcom,iommu-dma-addr-pool = <0x1000000 0x28000000>;
buffer-types = <0x480>;
virtual-addr-pool = <0x1000000 0x24800000>;
qcom,secure-context-bank;
@@ -103,7 +108,7 @@
label = "venus-ddr";
qcom,bus-master = <MSM_BUS_MASTER_VIDEO_P0>;
qcom,bus-slave = <MSM_BUS_SLAVE_EBI_CH0>;
- qcom,bus-governor = "venus-ddr-gov";
+ qcom,bus-mode = "venus-ddr";
qcom,bus-range-kbps = <1000 917000>;
};
@@ -112,7 +117,7 @@
label = "venus-arm9-ddr";
qcom,bus-master = <MSM_BUS_MASTER_VIDEO_P0>;
qcom,bus-slave = <MSM_BUS_SLAVE_EBI_CH0>;
- qcom,bus-governor = "performance";
+ qcom,bus-mode = "performance";
qcom,bus-range-kbps = <1 1>;
};
};