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

Commit 1e8fa79e authored by Jigarkumar Zala's avatar Jigarkumar Zala
Browse files

msm: camera: cpas: Update IFE priority settings



Fix incorrect mapping of IFE priority lut values.

Change-Id: Ie9e964fa9d818bff6a9f8128a2bc01d898cfa4cc
Signed-off-by: default avatarJigarkumar Zala <jzala@codeaurora.org>
parent 1ec567be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x434, /* SPECIFIC_IFE02_PRIORITYLUT_HIGH */
			.value = 0x66665555,
			.value = 0x66666666,
		},
		.urgency = {
			.enable = true,
@@ -318,7 +318,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x834, /* SPECIFIC_IFE13_PRIORITYLUT_HIGH */
			.value = 0x66665555,
			.value = 0x66666666,
		},
		.urgency = {
			.enable = true,
+2 −2
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x434, /* SPECIFIC_IFE02_PRIORITYLUT_HIGH */
			.value = 0x66665555,
			.value = 0x66666666,
		},
		.urgency = {
			.enable = true,
@@ -318,7 +318,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x834, /* SPECIFIC_IFE13_PRIORITYLUT_HIGH */
			.value = 0x66665555,
			.value = 0x66666666,
		},
		.urgency = {
			.enable = true,