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

Commit ffa96f1f authored by Wyes Karny's avatar Wyes Karny
Browse files

msm: camera: isp: Fix for UBWC comp en HW bit



Add UBWC compression enable bit in HW file for yupik.

CRs-Fixed: 2889723
Change-Id: I7cc3994099c51be3305269721f091ee3461da6d9
Signed-off-by: default avatarWyes Karny <wkarny@codeaurora.org>
parent 6ef67985
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 = {