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

Commit efffa6d1 authored by Vishalsingh Hajeri's avatar Vishalsingh Hajeri Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Dump isp req for cdm timeout



Print out CDM command buffers to check for invalid
command entry.

CRs-Fixed: 2549972
Change-Id: I5998e62e4ba72fa67394ddf92a4680bc1c909597
Signed-off-by: default avatarVishalsingh Hajeri <vhajeri@codeaurora.org>
parent 1fdbf849
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3734,6 +3734,8 @@ static int __cam_isp_ctx_start_dev_in_ready(struct cam_context *ctx,
		CAM_ERR(CAM_ISP, "Start HW failed");
		ctx->state = CAM_CTX_READY;
		trace_cam_context_state("ISP", ctx);
		if (rc == -ETIMEDOUT)
			cam_isp_ctx_dump_req(req_isp);
		list_del_init(&req->list);
		list_add(&req->list, &ctx->pending_req_list);
		goto end;