deinterlace: decontour probe for t3x [1/1]

PD#SWPL-139487

Problem:
decontour is no effect on t3x

Solution:
enable dcntr_prob on t3x

Verify:
t3x

Change-Id: Ifc8f39f06531e99d0afe7b3dd430194d28570ac3
Signed-off-by: rong.wang <rong.wang@amlogic.com>
This commit is contained in:
rong.wang
2023-09-12 18:29:39 +08:00
committed by Luan Yuan
parent 8a8c1ac21b
commit 4e50dae120
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -10604,7 +10604,8 @@ void di_unreg_setting(bool plink)
if (DIM_IS_IC(T5) ||
DIM_IS_IC(T5DB) ||
DIM_IS_IC(T5D) ||
DIM_IS_IC(T3)) {
DIM_IS_IC(T3) ||
DIM_IS_IC(T3X)) {
#ifdef CLK_TREE_SUPPORT
if (dimp_get(edi_mp_clock_low_ratio))
clk_set_rate(de_devp->vpu_clkb,
+1 -1
View File
@@ -1754,7 +1754,7 @@ void dcntr_prob(void)
dbg_reg("%s\n", __func__);
memset(pcfg, 0, sizeof(*pcfg));
if (DIM_IS_IC(T5) || DIM_IS_IC(T3))
if (DIM_IS_IC(T5) || DIM_IS_IC(T3) || DIM_IS_IC(T3X))
pcfg->support = 1;
else
pcfg->support = 0;
+2 -1
View File
@@ -6202,7 +6202,8 @@ void dpvpph_unreg_setting(void)
if (DIM_IS_IC(T5) ||
DIM_IS_IC(T5DB) ||
DIM_IS_IC(T5D) ||
DIM_IS_IC(T3)) {
DIM_IS_IC(T3) ||
DIM_IS_IC(T3X)) {
#ifdef CLK_TREE_SUPPORT
if (dimp_get(edi_mp_clock_low_ratio))
clk_set_rate(de_devp->vpu_clkb,
+3 -1
View File
@@ -4203,7 +4203,9 @@ static int di_suspend(struct device *dev)
/*set clkb to low ratio*/
if (DIM_IS_IC(T5) ||
DIM_IS_IC(T5DB) ||
DIM_IS_IC(T5D)) {
DIM_IS_IC(T5D) ||
DIM_IS_IC(T3) ||
DIM_IS_IC(T3X)) {
#ifdef CLK_TREE_SUPPORT
if (dimp_get(edi_mp_clock_low_ratio)) {
clk_set_rate(di_devp->vpu_clkb,