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

Commit 10a7fd6b authored by Venu Yeshala's avatar Venu Yeshala
Browse files

msm: camera: isp: Use single composite stats mask for VFE32



For VFE40 and above versions there is support to handle
multiple composite masks for stats. VFE32 needs only one
composite stats mask enabled.

Change-Id: I4f431d827c2d644b630d746712bc6e334a033113
Signed-off-by: default avatarVenu Yeshala <vyeshala@codeaurora.org>
parent 6fa3bc32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1442,7 +1442,7 @@ static struct msm_vfe_stats_hardware_info msm_vfe32_stats_hw_info = {
		1 << MSM_ISP_STATS_SKIN | 1 << MSM_ISP_STATS_BHIST,
	.stats_ping_pong_offset = stats_pingpong_offset_map,
	.num_stats_type = VFE32_NUM_STATS_TYPE,
	.num_stats_comp_mask = 0,
	.num_stats_comp_mask = 1,
};

static struct v4l2_subdev_core_ops msm_vfe32_subdev_core_ops = {