mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
s7d: vdin1: change to 720p [1/1]
PD#SWPL-166923 Problem: vdin1: change to 720p Solution: vdin1: change to 720p Verify: on S7D Change-Id: Ia8ab9a90c5188e7d4c21daf63289986c9da0155c Signed-off-by: honghai.song <honghai.song@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
861319cbd6
commit
29e0cf0dda
@@ -150,10 +150,9 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x1bc00000>;
|
||||
size = <0x0 0x19000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
alloc-ranges = <0x0 0x0 0x0 0xe0000000>;
|
||||
};
|
||||
|
||||
/* codec shared reserved */
|
||||
@@ -184,10 +183,10 @@
|
||||
vdin1_cma_reserved:linux,vdin1_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* up to 1920x1080 yuv420 8bit and 4 buffers
|
||||
* 1920x1080x1.5x4 = 12 M
|
||||
/* up to 1280x720 nv21 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
*/
|
||||
size = <0x0 0x00c00000>;
|
||||
size = <0x0 0x00800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
@@ -197,7 +196,7 @@
|
||||
size = <0x0 0x800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,cma-default;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
alloc-ranges = <0x0 0x0 0x0 0x30000000>;
|
||||
};
|
||||
};
|
||||
codec_mm {
|
||||
|
||||
@@ -150,10 +150,9 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x1bc00000>;
|
||||
size = <0x0 0x19000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
alloc-ranges = <0x0 0x0 0x0 0xe0000000>;
|
||||
};
|
||||
|
||||
/* codec shared reserved */
|
||||
@@ -184,10 +183,10 @@
|
||||
vdin1_cma_reserved:linux,vdin1_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* up to 1920x1080 yuv420 8bit and 4 buffers
|
||||
* 1920x1080x1.5x4 = 12 M
|
||||
/* up to 1280x720 nv21 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
*/
|
||||
size = <0x0 0x00c00000>;
|
||||
size = <0x0 0x00800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
@@ -197,7 +196,7 @@
|
||||
size = <0x0 0x800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,cma-default;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
alloc-ranges = <0x0 0x0 0x0 0x30000000>;
|
||||
};
|
||||
};
|
||||
codec_mm {
|
||||
|
||||
@@ -150,10 +150,9 @@
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* ion_codec_mm max can alloc size 80M*/
|
||||
size = <0x0 0x1bc00000>;
|
||||
size = <0x0 0x19000000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,contiguous-region;
|
||||
alloc-ranges = <0x0 0x0 0x0 0xe0000000>;
|
||||
};
|
||||
|
||||
/* codec shared reserved */
|
||||
@@ -184,10 +183,10 @@
|
||||
vdin1_cma_reserved:linux,vdin1_cma {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
/* up to 1920x1080 yuv420 8bit and 4 buffers
|
||||
* 1920x1080x1.5x4 = 12 M
|
||||
/* up to 1280x720 nv21 8bit and 4 buffers
|
||||
* 1280x720x1.5x4 = 8 M
|
||||
*/
|
||||
size = <0x0 0x00c00000>;
|
||||
size = <0x0 0x00800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
};
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
@@ -197,7 +196,7 @@
|
||||
size = <0x0 0x800000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
linux,cma-default;
|
||||
alloc-ranges = <0x0 0x30000000>;
|
||||
alloc-ranges = <0x0 0x0 0x0 0x30000000>;
|
||||
};
|
||||
};
|
||||
codec_mm {
|
||||
|
||||
Reference in New Issue
Block a user