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

Commit 8df44780 authored by Ayush Kumar's avatar Ayush Kumar
Browse files

msm: camera: cpas: Enable Priority LUT for Blair OPE



This change is to enable priority lut QoS settings in
OPE Hw for Blair Camera.

CRs-Fixed: 2944976
Change-Id: Icb7b457b96698669a260a589fb445e246a8d100a
Signed-off-by: default avatarAyush Kumar <ayushkr@codeaurora.org>
parent b7de35c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -250,14 +250,14 @@ static struct cam_camnoc_specific
		.port_type = CAM_CAMNOC_OPE,
		.enable = true,
		.priority_lut_low = {
			.enable = false,
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x430, /* OPE_PRIORITYLUT_LOW */
			.value = 0x33333333,
		},
		.priority_lut_high = {
			.enable = false,
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x434, /* OPE_PRIORITYLUT_HIGH */