Merge "msm: camera: sync: Rearrange sync reason events" into camera-kernel.lnx.4.0

This commit is contained in:
Haritha Chintalapati
2020-08-25 16:43:57 -07:00
committed by Gerrit - the friendly Code Review server
7 fájl változott, egészen pontosan 28 új sor hozzáadva és 31 régi sor törölve

Fájl megtekintése

@@ -937,7 +937,7 @@ static int __cam_isp_ctx_handle_buf_done_for_request(
rc = cam_sync_signal(req_isp->fence_map_out[j].sync_id,
CAM_SYNC_STATE_SIGNALED_SUCCESS,
CAM_SYNC_EVENT_SUCCESS);
CAM_SYNC_COMMON_EVENT_SUCCESS);
if (rc)
CAM_DBG(CAM_ISP, "Sync failed with rc = %d",
rc);
@@ -1078,7 +1078,7 @@ static int __cam_isp_ctx_handle_buf_done_for_request_verify_addr(
rc = cam_sync_signal(req_isp->fence_map_out[j].sync_id,
CAM_SYNC_STATE_SIGNALED_SUCCESS,
CAM_SYNC_EVENT_SUCCESS);
CAM_SYNC_COMMON_EVENT_SUCCESS);
if (rc)
CAM_DBG(CAM_ISP, "Sync failed with rc = %d",
rc);