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

Commit 94c614fd authored by Suresh Vankadara's avatar Suresh Vankadara Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: cam_isp: Change default fps value" into dev/msm-4.14-camx

parents a385e5e5 65130d2a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3975,8 +3975,6 @@ int cam_isp_context_init(struct cam_isp_context *ctx,
	for (i = 0; i < CAM_CTX_REQ_MAX; i++) {
		ctx->req_base[i].req_priv = &ctx->req_isp[i];
		ctx->req_isp[i].base = &ctx->req_base[i];
		/*Set default fps value to 30 FPS*/
		ctx->req_isp[i].hw_update_data.fps = CAM_ISP_CTX_DEFAULT_FPS;
	}

	/* camera context setup */