|
@@ -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;
|