msm: camera: isp: Update last flush request id

On flush specific request, update last flush request ID for
the link.

CRs-Fixed: 3404872
Change-Id: I05eade5792a891c78fa279895b8053ecb1ae9f95
Signed-off-by: Karthik Anantha Ram <quic_kartanan@quicinc.com>
This commit is contained in:
Karthik Anantha Ram
2022-11-21 15:51:40 -08:00
committed by Camera Software Integration
orang tua 6d559d7ed1
melakukan 7a1b3e3de0
2 mengubah file dengan 14 tambahan dan 12 penghapusan

Melihat File

@@ -6522,15 +6522,14 @@ static int __cam_isp_ctx_config_dev_in_top_state(
if (rc) {
if (rc == -EBADR)
CAM_INFO(CAM_ISP,
"Add req failed:req id=%llu flushed,ctx:%u,link:0x%x",
req->request_id, ctx->ctx_id, ctx->link_hdl);
"Add req failed: req id=%llu, it has been flushed on link 0x%x ctx %u",
req->request_id, ctx->link_hdl, ctx->ctx_id);
else
CAM_ERR(CAM_ISP,
"Add req failed: req id=%llu, ctx_idx: %u, link: 0x%x",
req->request_id, ctx->ctx_id, ctx->link_hdl);
"Add req failed: req id=%llu on link 0x%x ctx %u",
req->request_id, ctx->link_hdl, ctx->ctx_id);
} else {
__cam_isp_ctx_enqueue_request_in_order(
ctx, req, true);
__cam_isp_ctx_enqueue_request_in_order(ctx, req, true);
}
} else {
CAM_ERR(CAM_ISP, "Unable to add request: req id=%llu,ctx: %u,link: 0x%x",