Enable auto pil and all debug loggings for bring up. Change-Id: I14e56e0f13269db78ef9a8e6bc63619d90dd62bc Signed-off-by: George Shen <[email protected]>
@@ -11,7 +11,7 @@
#define CREATE_TRACE_POINTS
#define MAX_SSR_STRING_LEN 10
-int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW;
+int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW | CVP_DBG;
EXPORT_SYMBOL(msm_cvp_debug);
int msm_cvp_debug_out = CVP_OUT_PRINTK;
@@ -49,7 +49,7 @@ static struct msm_cvp_common_data default_common_data[] = {
static struct msm_cvp_common_data sm8450_common_data[] = {
{
.key = "qcom,auto-pil",
- .value = 0,
+ .value = 1,
},
.key = "qcom,never-unload-fw",