msm: vidc: Disable all debugging

I don't give a fuck about your errors.

Signed-off-by: Yaroslav Furman <yaro330@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
Yaroslav Furman 2020-01-04 01:37:19 +03:00 committed by Adithya R
parent 494ea1dcef
commit e8e1cae6a5

View File

@ -17,15 +17,15 @@
#include "msm_vidc_debug.h"
#include "vidc_hfi_api.h"
int msm_vidc_debug = VIDC_ERR | VIDC_WARN | VIDC_FW;
int msm_vidc_debug = 0;
EXPORT_SYMBOL(msm_vidc_debug);
int msm_vidc_debug_out = VIDC_OUT_PRINTK;
int msm_vidc_debug_out = 0;
EXPORT_SYMBOL(msm_vidc_debug_out);
/* 0x18 = HFI_DEBUG_MSG_FATAL | HFI_DEBUG_MSG_ERROR */
int msm_vidc_fw_debug = 0x18;
int msm_vidc_fw_debug_mode = 1;
int msm_vidc_fw_debug = 0;
int msm_vidc_fw_debug_mode = 0;
int msm_vidc_fw_low_power_mode = 1;
bool msm_vidc_fw_coverage = !true;
bool msm_vidc_thermal_mitigation_disabled = !true;