mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
dts: update vdin0 cma_size for 4k YUV444 10bit support [1/1]
PD#SWPL-7952 Problem: vdin0 cma_size is not enough for some board Solution: 1.change hdmirx skip_vf_num to 1. 2.increase vdin0 cma_size to 200M for 4k YUV444 10bit support, other resolution usage will be lower, such as 4k YUV422 10bit 160M. Verify: ab301 Change-Id: I353e2f9e5e6a25c8c3a34e10813039e9bba7e4a6 Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com> Signed-off-by: Lei Yang <lei.yang@amlogic.com>
This commit is contained in:
@@ -472,12 +472,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -543,12 +543,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -533,12 +533,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <160>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -530,12 +530,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <180>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -525,12 +525,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <180>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -436,12 +436,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -540,12 +540,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <160>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -563,13 +563,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0x0>;
|
||||
};
|
||||
|
||||
@@ -564,12 +564,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -587,13 +587,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0>;
|
||||
};
|
||||
|
||||
@@ -541,12 +541,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <160>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -564,13 +564,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0x0>;
|
||||
};
|
||||
|
||||
@@ -565,12 +565,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -588,13 +588,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0>;
|
||||
};
|
||||
|
||||
@@ -531,12 +531,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <160>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -526,12 +526,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <180>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -520,12 +520,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <180>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -436,12 +436,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
|
||||
@@ -536,12 +536,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <160>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -559,13 +559,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0x0>;
|
||||
};
|
||||
|
||||
@@ -563,12 +563,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -586,13 +586,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0>;
|
||||
};
|
||||
|
||||
@@ -538,12 +538,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <160>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -561,13 +561,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0x0>;
|
||||
};
|
||||
|
||||
@@ -564,12 +564,12 @@
|
||||
flag_cma = <0x101>;
|
||||
/*MByte, if 10bit disable: 64M(YUV422),
|
||||
*if 10bit enable: 64*1.5 = 96M(YUV422)
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*4 ~= 128M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*4 ~= 96M
|
||||
*if support 4K2K-YUV444-10bit-WR:3840*2160*4*6 ~= 200M
|
||||
*if support 4K2K-YUV422-10bit-wr:3840*2160*3*6 ~= 160M
|
||||
*if support 4K2K-YUV422-8BIT-WR:3840*2160*2*4 ~= 64M
|
||||
*if support 1080p-YUV422-8BIT-WR:1920*1080*2*4 ~= 16M
|
||||
*/
|
||||
cma_size = <190>;
|
||||
cma_size = <200>;
|
||||
interrupts = <0 83 1>;
|
||||
rdma-irq = <2>;
|
||||
clocks = <&clkc CLKID_FCLK_DIV5>,
|
||||
@@ -587,13 +587,12 @@
|
||||
*/
|
||||
tv_bit_mode = <0x215>;
|
||||
/* afbce_bit_mode: (amlogic frame buff compression encoder)
|
||||
* bit 0~3:
|
||||
* 0 -- normal mode, not use afbce
|
||||
* 1 -- use afbce non-mmu mode
|
||||
* 2 -- use afbce mmu mode
|
||||
* bit 4:
|
||||
* 0 -- afbce compression-lossy disable
|
||||
* 1 -- afbce compression-lossy enable
|
||||
* bit0 -- enable afbce
|
||||
* bit1 -- enable afbce compression-lossy
|
||||
* bit4 -- afbce for 4k
|
||||
* bit5 -- afbce for 1080p
|
||||
* bit6 -- afbce for 720p
|
||||
* bit7 -- afbce for smaller resolution
|
||||
*/
|
||||
afbce_bit_mode = <0>;
|
||||
};
|
||||
|
||||
@@ -129,7 +129,7 @@ bool en_4096_2_3840;
|
||||
int en_4k_2_2k;
|
||||
int en_4k_timing = 1;
|
||||
bool hdmi_cec_en;
|
||||
int vdin_drop_frame_cnt = 2;
|
||||
int vdin_drop_frame_cnt = 1;
|
||||
/* suspend_pddq_sel:
|
||||
* 0: keep phy on when suspend(don't need phy init when
|
||||
* resume), it doesn't work now because phy VDDIO_3.3V
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
*
|
||||
*
|
||||
*/
|
||||
#define RX_VER2 "ver.2019/04/07"
|
||||
#define RX_VER2 "ver.2019/05/08"
|
||||
|
||||
/*print type*/
|
||||
#define LOG_EN 0x01
|
||||
|
||||
Reference in New Issue
Block a user