mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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 <luan.yuan@amlogic.com>
This commit is contained in:
@@ -8363,8 +8363,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,
|
||||
|
||||
Reference in New Issue
Block a user