msm: camera: tfe: Add epd support
This change add support for EPD mode high data rate sensors which send EPD instead of EOT. This change is only for CPHY EPD sensors and not applicable to DPHY EPD sensors. For CPHY EPD sensor, EOT error masked. CRs-Fixed: 3736696 Signed-off-by: Alok Chauhan <quic_alokc@quicinc.com> Change-Id: I5ef0dac8e590daa1c4f3bc217f7da81a7a193dfe
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
||||
/*
|
||||
* Copyright (c) 2019-2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2024, Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __UAPI_CAM_TFE_H__
|
||||
@@ -104,6 +104,7 @@
|
||||
#define CAM_ISP_TFE_FLAG_BAYER_BIN BIT(1)
|
||||
#define CAM_ISP_TFE_FLAG_SHDR_MASTER_EN BIT(2)
|
||||
#define CAM_ISP_TFE_FLAG_SHDR_SLAVE_EN BIT(3)
|
||||
#define CAM_ISP_TFE_FLAG_EPD_SUPPORT BIT(4)
|
||||
|
||||
/* Query devices */
|
||||
/**
|
||||
|
Reference in New Issue
Block a user