Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3402a106 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: enable firmware high level logs"

parents 731a9308 a0f83ca7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ EXPORT_SYMBOL(msm_vidc_debug_out);
bool msm_vidc_lossless_encode = !true;
EXPORT_SYMBOL(msm_vidc_lossless_encode);

int msm_vidc_fw_debug = 0x18;
int msm_vidc_fw_debug = HFI_DEBUG_MSG_HIGH |
	HFI_DEBUG_MSG_ERROR | HFI_DEBUG_MSG_FATAL;
int msm_vidc_fw_debug_mode = 1;
bool msm_vidc_fw_coverage = !true;
bool msm_vidc_thermal_mitigation_disabled = !true;