From: Luan Yuan Date: Tue, 18 Jun 2019 06:34:44 +0000 (+0800) Subject: deinterlace: add sysfs pulldown_enable. [1/1] X-Git-Tag: khadas-vims-v0.9.6-release~354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f983bcb29a75b716e9af8fb376dae92b40f66d31;p=platform%2Fkernel%2Flinux-amlogic.git deinterlace: add sysfs pulldown_enable. [1/1] PD#SWPL-9750 Problem: the system lost pulldown_enable Solution: fixed it Verify: verify by franklin Change-Id: I2b5fe4f74ecf295bb44bdeecfeb6a5cc9188c3f3 Signed-off-by: Luan Yuan --- diff --git a/drivers/amlogic/media/deinterlace/deinterlace.c b/drivers/amlogic/media/deinterlace/deinterlace.c index 051a9b7..106de56 100644 --- a/drivers/amlogic/media/deinterlace/deinterlace.c +++ b/drivers/amlogic/media/deinterlace/deinterlace.c @@ -8362,8 +8362,8 @@ module_param_named(overturn, overturn, bool, 0664); module_param_named(queue_print_flag, queue_print_flag, int, 0664); module_param_named(full_422_pack, full_422_pack, bool, 0644); module_param_named(cma_print, cma_print, bool, 0644); -#ifdef DEBUG_SUPPORT module_param_named(pulldown_enable, pulldown_enable, bool, 0644); +#ifdef DEBUG_SUPPORT #ifdef RUN_DI_PROCESS_IN_IRQ module_param_named(input2pre, input2pre, uint, 0664); module_param_named(input2pre_buf_miss_count, input2pre_buf_miss_count,