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

Commit 67066cba authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: cpas: Update Danger, Safe LUT settings"

parents 205667ef 95fee70e
Loading
Loading
Loading
Loading
+8 −11
Original line number Diff line number Diff line
@@ -279,17 +279,16 @@ static struct cam_camnoc_specific
			.value = 3,
		},
		.danger_lut = {
			.enable = false,
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x440, /* SPECIFIC_IFE02_DANGERLUT_LOW */
			.value = 0x0,
			.value = 0xFFFFFF00,
		},
		.safe_lut = {
			.enable = false,
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.offset = 0x448, /* SPECIFIC_IFE02_SAFELUT_LOW */
			.value = 0x0,
			.value = 0x3,
		},
		.ubwc_ctl = {
			.enable = true,
@@ -328,18 +327,16 @@ static struct cam_camnoc_specific
			.value = 3,
		},
		.danger_lut = {
			.enable = false,
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x840, /* SPECIFIC_IFE13_DANGERLUT_LOW */
			.value = 0x0,
			.value = 0xFFFFFF00,
		},
		.safe_lut = {
			.enable = false,
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x848, /* SPECIFIC_IFE13_SAFELUT_LOW */
			.value = 0x0,
			.value = 0x3,
		},
		.ubwc_ctl = {
			.enable = true,