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

Commit 65f72aac authored by Pavan Kumar Chilamkurthi's avatar Pavan Kumar Chilamkurthi Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Camera: uapi: Add uapi support for QCFA CSID binning" into camera-kernel.lnx.1.0

parents 994f1255 d31033b3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@
#define CAM_ISP_GENERIC_BLOB_TYPE_IFE_CORE_CONFIG     7
#define CAM_ISP_GENERIC_BLOB_TYPE_VFE_OUT_CONFIG      8
#define CAM_ISP_GENERIC_BLOB_TYPE_BW_CONFIG_V2        9
#define CAM_ISP_GENERIC_BLOB_TYPE_CSID_QCFA_CONFIG    12

#define CAM_ISP_VC_DT_CFG    4

@@ -491,6 +492,15 @@ struct cam_isp_csid_clock_config {
	uint64_t                       csid_clock;
} __attribute__((packed));

/**
 * struct cam_isp_csid_qcfa_config - CSID qcfa binning support configuration
 *
 * @csid_binning                CSID binning
 */
struct cam_isp_csid_qcfa_config {
	uint32_t                       csid_binning;
} __attribute__((packed));

/**
 * struct cam_isp_bw_vote - Bandwidth vote information
 *