瀏覽代碼

Merge "msm: camera: isp: Add trigger id for EOF event" into camera-kernel.lnx.4.0

Camera Software Integration 4 年之前
父節點
當前提交
46d760366f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/cam_isp/cam_isp_context.c

+ 1 - 0
drivers/cam_isp/cam_isp_context.c

@@ -1630,6 +1630,7 @@ static int __cam_isp_ctx_notify_eof_in_activated_state(
 		notify.dev_hdl = ctx->dev_hdl;
 		notify.frame_id = ctx_isp->frame_id;
 		notify.trigger = CAM_TRIGGER_POINT_EOF;
+		notify.trigger_id = ctx_isp->trigger_id;
 
 		ctx->ctx_crm_intf->notify_trigger(&notify);
 		CAM_DBG(CAM_ISP, "Notify CRM EOF frame %lld ctx %u",