Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a407087 authored by Vikash Garodia's avatar Vikash Garodia
Browse files

msm: vidc: avoid bug on during noc error



Video firmware may trigger system error with type
NOC error. During such error handling, to get more
debug information, system was intentionally made to
reset. It is no more needed now and hence removing
the same.

Change-Id: I8a33911ee02f374c9279644998034b1f8eeeb0f8
Signed-off-by: default avatarVikash Garodia <vgarodia@codeaurora.org>
parent 6595f8f6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2247,10 +2247,6 @@ static void handle_sys_error(enum hal_command_response cmd, void *data)

	/* handle the hw error before core released to get full debug info */
	msm_vidc_handle_hw_error(core);
	if (response->status == VIDC_ERR_NOC_ERROR) {
		dprintk(VIDC_WARN, "Got NOC error");
		MSM_VIDC_ERROR(true);
	}

	dprintk(VIDC_DBG, "Calling core_release\n");
	rc = call_hfi_op(hdev, core_release, hdev->hfi_device_data);