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

Commit 289958a5 authored by Gaurav Jindal's avatar Gaurav Jindal
Browse files

msm: camera: cpas: Update QOS setting for lagoon



Update QOS settings for lagoon IFE_23 and IFE01.

CRs-Fixed: 2652098
Change-Id: Ia1ef200414df88f3d5ca958daf6dfb5acefa0c9f
Signed-off-by: default avatarGaurav Jindal <gjindal@codeaurora.org>
parent 3ab71328
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x2430, /* SPECIFIC_IFE01_PRIORITYLUT_LOW */
			.value = 0x66665643,
			.value = 0x66665433,
		},
		.priority_lut_high = {
			.enable = true,
@@ -301,7 +301,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x2630, /* SPECIFIC_IFE23_PRIORITYLUT_LOW */
			.value = 0x66665643,
			.value = 0x66665433,
		},
		.priority_lut_high = {
			.enable = true,
@@ -366,7 +366,7 @@ static struct cam_camnoc_specific
			/* SPECIFIC_IBL_RD_URGENCY_LOW_READ_MASK */
			.mask = 0x7,
			/* SPECIFIC_IBL_RD_URGENCY_LOW_READ_SHIFT */
			.shift = 0x4,
			.shift = 0,
			.value = 3,
		},
		.danger_lut = {