mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
494ea1dcef
commit
e8e1cae6a5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user