Sfoglia il codice sorgente

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

Camera Software Integration 4 anni fa
parent
commit
46d760366f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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",