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

Commit 1cfb7690 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Update UAPI to remove tpg pattern ID" into camera-kernel.lnx.4.0

parents a571335d dc8a8bf6
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/*
/*
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
 */
 */


#ifndef __UAPI_CAM_ISP_H__
#ifndef __UAPI_CAM_ISP_H__
@@ -365,8 +365,8 @@ struct cam_isp_in_port_info {
 *                                        CAM_ISP_SFE_INLINE_PIX)
 *                                        CAM_ISP_SFE_INLINE_PIX)
 *                              This will acquire SFE inline IPP and IFE IPP
 *                              This will acquire SFE inline IPP and IFE IPP
 *                              PPP is an exception CSID PPP -> IFE PPP
 *                              PPP is an exception CSID PPP -> IFE PPP
 * @vc_dt_pattern_id:           TPG pattern - SparsePD, sHDR etc.
 * @feature_flag:               See the macros defined under feature flag above
 * @feature_flag:               See the macros defined under feature flag above
 * @ife_res_1:                  payload for future use
 * @ife_res_2:                  payload for future use
 * @ife_res_2:                  payload for future use
 * @data:                       payload that contains the output resources
 * @data:                       payload that contains the output resources
 *
 *
@@ -401,8 +401,8 @@ struct cam_isp_in_port_info_v2 {
	__u32                           horizontal_bin;
	__u32                           horizontal_bin;
	__u32                           qcfa_bin;
	__u32                           qcfa_bin;
	__u32                           sfe_in_path_type;
	__u32                           sfe_in_path_type;
	__u32                           vc_dt_pattern_id;
	__u32                           feature_flag;
	__u32                           feature_flag;
	__u32                           ife_res_1;
	__u32                           ife_res_2;
	__u32                           ife_res_2;
	struct cam_isp_out_port_info_v2 data[1];
	struct cam_isp_out_port_info_v2 data[1];
};
};