msm: eva: Enable all feature dependencies
Except minidump for kailua. Change-Id: I8e0d5fe57f05a027f47088111811f362f7bf0c2f Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
@@ -23,10 +23,10 @@ enum queue_state {
|
|||||||
QUEUE_INVALID,
|
QUEUE_INVALID,
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_EVA_WAIPIO
|
|
||||||
#define CVP_SYNX_ENABLED 1
|
#define CVP_SYNX_ENABLED 1
|
||||||
#define CVP_MMRM_ENABLED 1
|
#define CVP_MMRM_ENABLED 1
|
||||||
#define CVP_FASTRPC_ENABLED 1
|
#define CVP_FASTRPC_ENABLED 1
|
||||||
|
#ifdef CONFIG_EVA_WAIPIO
|
||||||
#define CVP_MINIDUMP_ENABLED 1
|
#define CVP_MINIDUMP_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -994,7 +994,7 @@ static inline int __boot_firmware(struct iris_hfi_device *device)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Reduce to 500, 1000 on silicon */
|
/* Reduce to 500, 1000 on silicon */
|
||||||
usleep_range(5000, 10000);
|
usleep_range(50000, 100000);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user