Explorar el Código

Merge "msm: camera: isp: Remove request ID in bubble sof notification" into camera-kernel.lnx.4.0

Camera Software Integration hace 5 años
padre
commit
865fed29b3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      drivers/cam_isp/cam_isp_context.c

+ 2 - 1
drivers/cam_isp/cam_isp_context.c

@@ -1589,7 +1589,8 @@ static int __cam_isp_ctx_epoch_in_applied(struct cam_isp_context *ctx_isp,
 	CAM_DBG(CAM_REQ, "move request %lld to active list(cnt = %d), ctx %u",
 		req->request_id, ctx_isp->active_req_cnt, ctx->ctx_id);
 
-	if (req->request_id > ctx_isp->reported_req_id) {
+	if ((req->request_id > ctx_isp->reported_req_id)
+		&& !req_isp->bubble_report) {
 		request_id = req->request_id;
 		ctx_isp->reported_req_id = request_id;
 	}