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

Commit 8b7cdfdb authored by Sridhar Gujje's avatar Sridhar Gujje Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: common: Update uapi to support custom hw features" into camera-kernel.lnx.3.1

parents 0f7bc6af c73bf6cd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -126,6 +126,11 @@
#define CAM_ISP_USAGE_RIGHT_PX    2
#define CAM_ISP_USAGE_RDI         3

/* Acquire with custom hw */
#define CAM_ISP_ACQ_CUSTOM_NONE       0
#define CAM_ISP_ACQ_CUSTOM_PRIMARY    1
#define CAM_ISP_ACQ_CUSTOM_SECONDARY  2

/* Query devices */
/**
 * struct cam_isp_dev_cap_info - A cap info for particular hw type
+5 −0
Original line number Diff line number Diff line
@@ -446,6 +446,9 @@ struct cam_req_mgr_error_msg {
 * @timestamp: timestamp of the frame
 * @link_hdl: link handle associated with this message
 * @sof_status: sof status success or fail
 * @frame_id_meta: refers to the meta for
 *                that frame in specific usecases
 * @reserved: reserved
 */
struct cam_req_mgr_frame_msg {
	uint64_t request_id;
@@ -453,6 +456,8 @@ struct cam_req_mgr_frame_msg {
	uint64_t timestamp;
	int32_t  link_hdl;
	uint32_t sof_status;
	uint32_t frame_id_meta;
	uint32_t reserved;
};

/**