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

Commit 54c14f3c authored by Junzhe Zou's avatar Junzhe Zou
Browse files

msm: camera: lrme: Add handler function to support early PCR



Add config handler in acquire state to allow UMD send packets before
starting the HW.

Change-Id: I3f35adb09fa8fd2d188ffb5569d0b965ec26f2ba
Signed-off-by: default avatarJunzhe Zou <jnzhezou@codeaurora.org>
parent 01176f92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ static struct cam_ctx_ops
	/* Acquired */
	{
		.ioctl_ops = {
			.config_dev = __cam_lrme_ctx_config_dev_in_activated,
			.release_dev = __cam_lrme_ctx_release_dev_in_acquired,
			.start_dev = __cam_lrme_ctx_start_dev_in_acquired,
		},