From 6ca205da5424c76d7e6a85991faff9ba75d60392 Mon Sep 17 00:00:00 2001 From: George Shen Date: Tue, 4 Jan 2022 13:51:54 -0800 Subject: [PATCH] msm: eva: Enable all feature dependencies Except minidump for kailua. Change-Id: I8e0d5fe57f05a027f47088111811f362f7bf0c2f Signed-off-by: George Shen --- msm/eva/cvp_comm_def.h | 2 +- msm/eva/cvp_hfi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msm/eva/cvp_comm_def.h b/msm/eva/cvp_comm_def.h index 3ccf16dc8c..2edacca9b1 100644 --- a/msm/eva/cvp_comm_def.h +++ b/msm/eva/cvp_comm_def.h @@ -23,10 +23,10 @@ enum queue_state { QUEUE_INVALID, }; -#ifdef CONFIG_EVA_WAIPIO #define CVP_SYNX_ENABLED 1 #define CVP_MMRM_ENABLED 1 #define CVP_FASTRPC_ENABLED 1 +#ifdef CONFIG_EVA_WAIPIO #define CVP_MINIDUMP_ENABLED 1 #endif diff --git a/msm/eva/cvp_hfi.c b/msm/eva/cvp_hfi.c index 78ddd6ae26..c1bcbd7887 100644 --- a/msm/eva/cvp_hfi.c +++ b/msm/eva/cvp_hfi.c @@ -994,7 +994,7 @@ static inline int __boot_firmware(struct iris_hfi_device *device) } /* Reduce to 500, 1000 on silicon */ - usleep_range(5000, 10000); + usleep_range(50000, 100000); count++; }