msm: camera: ope: Add support to OPE driver
OPE is camera offline engine, support is added to enable camera OPE hardware. CRs-Fixed: 2594541 Change-Id: I65c69f5763d05abf265b645b09c95c55fb290182 Signed-off-by: Suresh Vankadara <svankada@codeaurora.org> Signed-off-by: Ravikishore Pampana <rpampana@codeaurora.org> Signed-off-by: Trishansh Bhardwaj <tbhardwa@codeaurora.org>
This commit is contained in:

committed by
Karthik Jayakumar

parent
b7cfa8b7b0
commit
12d9311463
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _CAM_DEBUG_UTIL_H_
|
||||
@@ -39,6 +39,8 @@
|
||||
/* CAM_PERF: Used for performance (clock, BW etc) logs */
|
||||
#define CAM_PERF (1 << 25)
|
||||
#define CAM_CUSTOM (1 << 26)
|
||||
#define CAM_OPE (1 << 28)
|
||||
#define CAM_PRESIL (1 << 27)
|
||||
|
||||
#define STR_BUFFER_MAX_LENGTH 1024
|
||||
|
||||
|
Reference in New Issue
Block a user