mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
linux-ott: CB1 fix s4 screen capture error issue [1/1]
PD#SWPL-159947 Problem: s4 screen capture error due dts vdin size is small Solution: modify the size of vdin in linux s4 dts Verify: local s4_ap222 Change-Id: Ia389929dafb3929c3a02149f05ac7f745e6322ee Signed-off-by: Jiacai.Liu <jiacai.liu@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
1fc9e7e50c
commit
cb8a8df37d
@@ -181,7 +181,7 @@
|
||||
/* up to 720p yuv420 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
*/
|
||||
size = <0x00800000>;
|
||||
size = <0x01400000>;
|
||||
alignment = <0x400000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -175,10 +175,10 @@
|
||||
vdin1_cma_reserved:linux,vdin1_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* up to 720p yuv420 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
/* up to 1920x1080 yuv422 8bit and 5 buffers
|
||||
* 1920x1080x2x5 = 20 M
|
||||
*/
|
||||
size = <0x0 0x00800000>;
|
||||
size = <0x0 0x01400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -175,10 +175,10 @@
|
||||
vdin1_cma_reserved:linux,vdin1_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* up to 720p yuv420 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
/* up to 1920x1080 yuv422 8bit and 5 buffers
|
||||
* 1920x1080x2x5 = 20 M
|
||||
*/
|
||||
size = <0x0 0x00800000>;
|
||||
size = <0x0 0x01400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
|
||||
@@ -175,10 +175,10 @@
|
||||
vdin1_cma_reserved:linux,vdin1_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* up to 720p yuv420 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
/* up to 1920x1080 yuv422 8bit and 5 buffers
|
||||
* 1920x1080x2x5 = 20 M
|
||||
*/
|
||||
size = <0x0 0x00800000>;
|
||||
size = <0x0 0x01400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
@@ -175,10 +175,10 @@
|
||||
vdin1_cma_reserved:linux,vdin1_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* up to 720p yuv420 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
/* up to 1920x1080 yuv422 8bit and 5 buffers
|
||||
* 1920x1080x2x5 = 20 M
|
||||
*/
|
||||
size = <0x0 0x00800000>;
|
||||
size = <0x0 0x01400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user