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

Commit 812fe415 authored by Trishansh Bhardwaj's avatar Trishansh Bhardwaj
Browse files

msm: camera: cpas: Correct QoS setting for holi



Correct PRIORITYLUT_LOW for holi tfe.

CRs-Fixed: 2747287
Change-Id: I5799f56ac93891b00578d63f64c23a0e4a2f69da
Signed-off-by: default avatarTrishansh Bhardwaj <tbhardwa@codeaurora.org>
parent 7ea6cea7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ static struct cam_camnoc_specific
			.masked_value = 0,
			/* TFE_PRIORITYLUT_LOW */
			.offset = 0x30,
			.value = 0x55443333,
			.value = 0x55554433,
		},
		.priority_lut_high = {
			.enable = true,
@@ -177,7 +177,7 @@ static struct cam_camnoc_specific
			.masked_value = 0,
			/* TFE_PRIORITYLUT_LOW */
			.offset = 0x4030,
			.value = 0x55443333,
			.value = 0x55554433,
		},
		.priority_lut_high = {
			.enable = true,
@@ -216,7 +216,7 @@ static struct cam_camnoc_specific
			.masked_value = 0,
			/* TFE_PRIORITYLUT_LOW */
			.offset = 0x5030,
			.value = 0x55443333,
			.value = 0x55554433,
		},
		.priority_lut_high = {
			.enable = true,