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

Commit 5c091227 authored by Harsh Shah's avatar Harsh Shah
Browse files

msm: camera: isp: Reset ispif hw after stop



The hw needs to be reset to clear the line buffers and avoid
corruption and errors.

Change-Id: I5acc11afa38b8f705fc0bb6bbe86449743780566
Signed-off-by: default avatarHarsh Shah <harshs@codeaurora.org>
parent dc75cd31
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -764,6 +764,8 @@ static int msm_ispif_stop_immediately(struct ispif_device *ispif,
			cid_mask, params->entries[i].vfe_intf, 0);
	}

	msm_ispif_reset_hw(ispif);

	return rc;
}