msm: eva: Remove unnecessary suspend warning
It always happen in TVM. Change-Id: If77c1799cbeb7f331e2c13db1ceb9e38b1162def Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "msm_cvp_clocks.h"
|
||||
#include "msm_cvp_dsp.h"
|
||||
#include "msm_cvp.h"
|
||||
#include "msm_cvp_vm.h"
|
||||
|
||||
#define CLASS_NAME "cvp"
|
||||
#define DRIVER_NAME "cvp"
|
||||
@@ -400,6 +401,9 @@ static int msm_probe_cvp_device(struct platform_device *pdev)
|
||||
goto err_cores_exceeded;
|
||||
}
|
||||
|
||||
/* VM manager shall be started before HFI init */
|
||||
vm_manager.vm_ops->vm_start(core);
|
||||
|
||||
core->device = cvp_hfi_initialize(core->hfi_type, core->id,
|
||||
&core->resources, &cvp_handle_cmd_response);
|
||||
if (IS_ERR_OR_NULL(core->device)) {
|
||||
|
Reference in New Issue
Block a user