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

Commit 124ac14b authored by zhuo's avatar zhuo Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Reset offline context flag



This change resets the offline context flag,
otherwise the packet may be applied to HW immediately
if this context is offline context last time.

CRs-Fixed: 2696977
Change-Id: I2fc836f7ba2889ec62273c3b12cc4050736f587b
Signed-off-by: default avatarzhuo <zhuo@codeaurora.org>
parent 8e44ef75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3776,6 +3776,7 @@ static int __cam_isp_ctx_release_dev_in_top_state(struct cam_context *ctx,
	ctx_isp->reported_req_id = 0;
	ctx_isp->hw_acquired = false;
	ctx_isp->init_received = false;
	ctx_isp->offline_context = false;
	ctx_isp->rdi_only_context = false;
	ctx_isp->req_info.last_bufdone_req_id = 0;