Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e277d12d authored by Chandan Kumar Jha's avatar Chandan Kumar Jha
Browse files

msm: camera: isp: Configure epoch based on FPS only for pix path



We should configure epoch only for pix path. Return success for case
where epoch needs not to be configure i.e RDI only.

Change-Id: I0d10071636005ec4f8f5c37dffa3ce0ced32d790
Signed-off-by: default avatarChandan Kumar Jha <cjha@codeaurora.org>
parent 93cb9b54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3393,7 +3393,7 @@ static int cam_isp_blob_fps_config(
	struct cam_ife_hw_mgr_res             *hw_mgr_res;
	struct cam_hw_intf                    *hw_intf;
	struct cam_vfe_fps_config_args         fps_config_args;
	int                                    rc = -EINVAL;
	int                                    rc = 0;
	uint32_t                               i;

	ctx = prepare->ctxt_to_hw_map;