video: driver: add support to register custom handler.
Need to increase debug timeout incase more debug logs were enabled. This is to avoid sync cmd timeout. module_param_cb supports to register custom set/get callbacks. So using this feature to increase various timeout values, incase more logs were enabled. Change-Id: I194c077c2ba00af2403d487a3dcfbb48f119b478 Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define MSM_VIDC_EMPTY_BRACE {},
|
||||
#endif
|
||||
|
||||
extern int msm_vidc_debug;
|
||||
extern unsigned int msm_vidc_debug;
|
||||
extern bool msm_vidc_lossless_encode;
|
||||
extern bool msm_vidc_syscache_disable;
|
||||
extern int msm_vidc_clock_voting;
|
||||
|
Reference in New Issue
Block a user