video: set vpp super_scaler default to 0 [1/1]
authorshuanglong.wang <shuanglong.wang@amlogic.com>
Sun, 24 Feb 2019 07:45:02 +0000 (15:45 +0800)
committerLuan Yuan <luan.yuan@amlogic.com>
Tue, 26 Feb 2019 06:57:53 +0000 (14:57 +0800)
PD#SWPL-5113

Problem:
video flash when resolution change from 4K to 640x480

Solution:
temporary solution for video flash for u212

Verify:
verify by u212

Change-Id: I8b7ec009bf599032c7bff5f80b72b557403355da
Signed-off-by: shuanglong.wang <shuanglong.wang@amlogic.com>
drivers/amlogic/media/video_sink/video.c

index f651d27..f48037b 100644 (file)
@@ -10504,6 +10504,8 @@ static int __init video_init(void)
        cur_dispbuf = NULL;
        cur_dispbuf2 = NULL;
        amvideo_register_client(&amvideo_notifier);
+       /* set supoer_scaler to false default*/
+       super_scaler = false;
 
 #ifdef FIQ_VSYNC
        /* enable fiq bridge */