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

Commit a07d0034 authored by Peter Liu's avatar Peter Liu
Browse files

msm: camera: update ISP47 kernel driver



Update ISP47 driver with new stats implementation,
Write Master register change, irq mapping and handler,
and CGC implementation.

Change-Id: Ifc43886de98df26159fd1d354b9a1ff3a0f5e332
Signed-off-by: default avatarPeter Liu <pingchie@codeaurora.org>
parent 5e498329
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@

#define VFE_MAX_CFG_TIMEOUT 3000
#define VFE_CLK_INFO_MAX 16
#define STATS_COMP_BIT_MASK 0xFF0000
#define STATS_COMP_BIT_MASK 0x1FF

#define MSM_ISP_MIN_AB 300000000
#define MSM_ISP_MIN_IB 450000000
@@ -71,6 +71,7 @@ enum msm_isp_pack_fmt {
	DPCM8,
	PLAIN8,
	PLAIN16,
	DPCM10,
	MAX_ISP_PACK_FMT,
};

+209 −156

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ enum msm_isp_stats_type {
	MSM_ISP_STATS_BF_SCALE,  /* Bayer Focus scale */
	MSM_ISP_STATS_HDR_BE,    /* HDR Bayer Exposure */
	MSM_ISP_STATS_HDR_BHIST, /* HDR Bayer Hist */
	MSM_ISP_STATS_AEC_BG,   /* AEC BG */
	MSM_ISP_STATS_MAX    /* MAX */
};