mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
committed by
gerrit autosubmit
parent
221340a61c
commit
f216fa357b
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user