deinterlace: add sysfs pulldown_enable. [1/1]
authorLuan Yuan <luan.yuan@amlogic.com>
Tue, 18 Jun 2019 06:34:44 +0000 (14:34 +0800)
committerNick Xie <nick@khadas.com>
Mon, 5 Aug 2019 06:59:26 +0000 (14:59 +0800)
PD#SWPL-9750

Problem:
the system lost pulldown_enable

Solution:
fixed it

Verify:
verify by franklin

Change-Id: I2b5fe4f74ecf295bb44bdeecfeb6a5cc9188c3f3
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
drivers/amlogic/media/deinterlace/deinterlace.c

index 051a9b7..106de56 100644 (file)
@@ -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,