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

Commit f191b373 authored by Ramesh V's avatar Ramesh V
Browse files

msm: camera: cpas: Configure Qos settings



Qos settings are configured as per HW team
recommendation's.

Change-Id: I2d74e840ad07d2ff593b86f77c8815091b2881cd
Signed-off-by: default avatarRamesh V <ramev@codeaurora.org>
parent 88a33ae3
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ static struct cam_camnoc_specific
			.offset = 0x38, /* SPECIFIC_CDM_URGENCY_LOW */
			.mask = 0x7, /* SPECIFIC_CDM_URGENCY_LOW_READ_MASK */
			.shift = 0x0, /* SPECIFIC_CDM_URGENCY_LOW_READ_SHIFT */
			.value = 0,
			.value = 0x2,
		},
		.danger_lut = {
			.enable = false,
@@ -258,7 +258,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x430, /* SPECIFIC_IFE02_PRIORITYLUT_LOW */
			.value = 0x44443333,
			.value = 0x66666543,
		},
		.priority_lut_high = {
			.enable = true,
@@ -288,7 +288,7 @@ static struct cam_camnoc_specific
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.offset = 0x448, /* SPECIFIC_IFE02_SAFELUT_LOW */
			.value = 0x3,
			.value = 0x1,
		},
		.ubwc_ctl = {
			.enable = true,
@@ -306,7 +306,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x830, /* SPECIFIC_IFE13_PRIORITYLUT_LOW */
			.value = 0x44443333,
			.value = 0x66666543,
		},
		.priority_lut_high = {
			.enable = true,
@@ -336,7 +336,7 @@ static struct cam_camnoc_specific
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.offset = 0x848, /* SPECIFIC_IFE13_SAFELUT_LOW */
			.value = 0x3,
			.value = 0x1,
		},
		.ubwc_ctl = {
			.enable = true,