msm: camera: icp: CRE and OPE voting fixes
- Added Voting Option for APP Port send from UMD. - Adding Path type and transaction type for CRE. CRs-Fixed: 3081144 Change-Id: Id5e8eb8d41cc2354d76f9dbbad8dfb3e09cf66a3 Signed-off-by: Alok Pandey <quic_akumarpa@quicinc.com> Signed-off-by: Ayush Kumar <quic_ayushkr@quicinc.com>
This commit is contained in:

committed by
Camera Software Integration

父節點
81b17b4ad2
當前提交
a5afa0b63a
@@ -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_CPAS_H__
|
||||
@@ -40,6 +41,7 @@
|
||||
#define CAM_AXI_PATH_DATA_IPE_WR_VID (CAM_AXI_PATH_DATA_IPE_START_OFFSET + 2)
|
||||
#define CAM_AXI_PATH_DATA_IPE_WR_DISP (CAM_AXI_PATH_DATA_IPE_START_OFFSET + 3)
|
||||
#define CAM_AXI_PATH_DATA_IPE_WR_REF (CAM_AXI_PATH_DATA_IPE_START_OFFSET + 4)
|
||||
#define CAM_AXI_PATH_DATA_IPE_WR_APP (CAM_AXI_PATH_DATA_IPE_START_OFFSET + 5)
|
||||
#define CAM_AXI_PATH_DATA_IPE_MAX_OFFSET \
|
||||
(CAM_AXI_PATH_DATA_IPE_START_OFFSET + 31)
|
||||
|
||||
|
Reference in New Issue
Block a user