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

Commit 77468014 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Fix for UBWC comp en HW bit" into camera-kernel.lnx.4.0

parents f115f8ba ffa96f1f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -340,6 +340,7 @@ static struct cam_vfe_bus_ver2_reg_offset_ubwc_3_client
	.mode_cfg_0       = 0x00002544,
	.mode_cfg_1       = 0x000025A4,
	.bw_limit         = 0x000025A0,
	.ubwc_comp_en_bit = BIT(1),
};

static struct cam_vfe_bus_ver2_reg_offset_ubwc_3_client
@@ -353,6 +354,7 @@ static struct cam_vfe_bus_ver2_reg_offset_ubwc_3_client
	.mode_cfg_0       = 0x00002644,
	.mode_cfg_1       = 0x000026A4,
	.bw_limit         = 0x000026A0,
	.ubwc_comp_en_bit = BIT(1),
};

static struct cam_vfe_bus_ver2_reg_offset_ubwc_3_client
@@ -366,6 +368,7 @@ static struct cam_vfe_bus_ver2_reg_offset_ubwc_3_client
	.mode_cfg_0       = 0x00003644,
	.mode_cfg_1       = 0x000036A4,
	.bw_limit         = 0x000036A0,
	.ubwc_comp_en_bit = BIT(1),
};

static struct cam_vfe_bus_ver2_reg_offset_ubwc_3_client
@@ -379,6 +382,7 @@ static struct cam_vfe_bus_ver2_reg_offset_ubwc_3_client
	.mode_cfg_0       = 0x00003744,
	.mode_cfg_1       = 0x000037A4,
	.bw_limit         = 0x000037A0,
	.ubwc_comp_en_bit = BIT(1),
};

static struct cam_vfe_bus_rd_ver1_hw_info vfe165_160_bus_rd_hw_info = {