amvecm: modify ai pq policy patch [1/1]

PD#SWPL-254056

Problem:
modify ai pq policy patch

Solution:
modify ai pq policy patch

Verify:
s905x5

Change-Id: I8afea127888a9a3ca6d7b14813096dc08f5c8c98
Signed-off-by: Jinbing Zhu <jinbing.zhu@amlogic.com>
This commit is contained in:
Jinbing Zhu
2026-01-30 03:39:22 +00:00
committed by gerrit autosubmit
parent 221340a61c
commit f216fa357b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ static unsigned int det_unstb_cnt = 20;
static unsigned int tolrnc_cnt = 6;
static unsigned int timer_filter_en;
static unsigned int aipq_set_policy;
static unsigned int color_th = 100;
static unsigned int color_th = 45;
static unsigned int aipq_th = 2000;
u32 get_stb_cnt(void)
+1 -1
View File
@@ -816,7 +816,7 @@ static unsigned int det_stb_cnt = 30;
static unsigned int det_unstb_cnt = 20;
static unsigned int tolrnc_cnt = 6;
static unsigned int timer_filter_en;
static unsigned int color_th = 100;
static unsigned int color_th = 45;
static unsigned int aipq_th = 2000;
u32 get_stb_cnt(void)
+1 -1
View File
@@ -89,7 +89,7 @@ static unsigned int timer_filter_en;
* 1: use top 3 blend offset, with timer filter which can select as policy
*/
static unsigned int aipq_set_policy;
static unsigned int color_th = 100;
static unsigned int color_th = 45;
static unsigned int aipq_th = 2000;
#endif