Merge "video: driver: modify default logging"

This commit is contained in:
qctecmdr
2021-02-17 16:12:08 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -14,8 +14,7 @@
#define MAX_SSR_STRING_LEN 10
#define MAX_DEBUG_LEVEL_STRING_LEN 15
int msm_vidc_debug = VIDC_HIGH | VIDC_PKT | VIDC_ERR | VIDC_PRINTK |
FW_ERROR | FW_FATAL;
int msm_vidc_debug = VIDC_ERR | VIDC_PRINTK | FW_ERROR | FW_FATAL;
EXPORT_SYMBOL(msm_vidc_debug);
bool msm_vidc_lossless_encode = !true;