msm: camera: isp: Add Support for XCFA RDI requirements
For SFE 780, Input to SFE from CSID for single xcfa use cases is RDI0. This commit changes the acquire logic to acquire RDI0 in case of SFE context for single ISP/SFE use cases and IPP for dual ife cases. CRs-Fixed: 3092119 Change-Id: I7e7ba0438435c6fe7a8b0d22f7c08b7ce4da1819 Signed-off-by: Gaurav Jindal <quic_gjindal@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

parent
910867ce20
commit
0bd0f23d03
@@ -1,6 +1,7 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
||||
/*
|
||||
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __UAPI_CAM_ISP_H__
|
||||
@@ -179,6 +180,7 @@
|
||||
#define CAM_ISP_SFE_FS_MODE_EN BIT(5)
|
||||
#define CAM_ISP_SFE_SHDR_MODE_EN BIT(6)
|
||||
#define CAM_ISP_AEB_MODE_EN BIT(7)
|
||||
#define CAM_ISP_HDR_MODE_DYNAMIC_SWITCH_EN BIT(8)
|
||||
|
||||
/* ISP core cfg flag params */
|
||||
#define CAM_ISP_PARAM_CORE_CFG_HDR_MUX_SEL BIT(0)
|
||||
|
Reference in New Issue
Block a user