浏览代码

msm: eva: Enable all feature dependencies

Except minidump for kailua.

Change-Id: I8e0d5fe57f05a027f47088111811f362f7bf0c2f
Signed-off-by: George Shen <[email protected]>
George Shen 3 年之前
父节点
当前提交
6ca205da54
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      msm/eva/cvp_comm_def.h
  2. 1 1
      msm/eva/cvp_hfi.c

+ 1 - 1
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
 

+ 1 - 1
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++;
 	}