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:
Govindaraj Rajagopal
2021-04-07 11:36:59 +05:30
parent 1b42ed0a67
commit f6642e3e67
4 changed files with 69 additions and 6 deletions

View File

@@ -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;