瀏覽代碼

Merge "msm: camera: req_mgr: Increase one more request to apply in initial sync" into camera-kernel.lnx.5.0

Camera Software Integration 3 年之前
父節點
當前提交
357ca9ec49
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/cam_req_mgr/cam_req_mgr_core.c

+ 1 - 1
drivers/cam_req_mgr/cam_req_mgr_core.c

@@ -2396,7 +2396,7 @@ int cam_req_mgr_process_sched_req(void *priv, void *data)
 	 */
 
 	if (link->sync_data.is_sync_req && tmp_slot->sync_mode == CAM_REQ_MGR_SYNC_MODE_SYNC
-		&& ((link->sync_data.initial_sync_req + 5) > tmp_slot->req_id)) {
+		&& ((link->sync_data.initial_sync_req + 6) > tmp_slot->req_id)) {
 		slot->sync_mode = CAM_REQ_MGR_SYNC_MODE_TRANSITION_SYNC;
 	} else if (tmp_slot->sync_mode == CAM_REQ_MGR_SYNC_MODE_SYNC) {
 		if (link->sync_data.is_sync_req && (link->initial_skip == 0)) {