1
0
Fork 0

MLK-21760-2:VPU Encoder: increase resolution limitation

increase the resolution limitation from 1920x1080 to 1920x1920
I have submitted the patch on branch 4.19.y
I don't know why branch 5.4 doesn't include this patch
so I submit it again

Signed-off-by: Ming Qian <ming.qian@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Ming Qian 2020-03-31 14:40:32 +08:00
parent 63138e7e44
commit 166781cc35
2 changed files with 2 additions and 2 deletions

View File

@ -1703,7 +1703,7 @@
rpc-region = <&encoder_rpc>;
reserved-region = <&encoder_reserved>;
reg-rpc-system = <0x40000000>;
resolution-max = <1920 1080>;
resolution-max = <1920 1920>;
power-domains = <&pd IMX_SC_R_VPU_ENC_0>, <&pd IMX_SC_R_VPU_ENC_1>,
<&pd IMX_SC_R_VPU>;
power-domain-names = "vpuenc1", "vpuenc2", "vpu";

View File

@ -930,7 +930,7 @@
rpc-region = <&encoder_rpc>;
reserved-region = <&encoder_reserved>;
reg-rpc-system = <0x40000000>;
resolution-max = <1920 1080>;
resolution-max = <1920 1920>;
mbox-names = "enc1_tx0", "enc1_tx1", "enc1_rx";
mboxes = <&mu1_m0 0 0
&mu1_m0 0 1