
Bring over camera driver changes as of msm-4.19 commit 5a5551a7 (Merge "msm: camera: reqmgr: Fix CRM shift one req issue"). Change-Id: Ic0c2b2d74d1b3470c1c51d98228e312fb13c501a Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
18 lines
466 B
C
18 lines
466 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _CAM_CX_IPEAK_H_
|
|
#define _CAM_CX_IPEAK_H_
|
|
|
|
#include "cam_soc_util.h"
|
|
|
|
int cam_cx_ipeak_register_cx_ipeak(struct cam_hw_soc_info *soc_info);
|
|
|
|
int cam_cx_ipeak_update_vote_cx_ipeak(struct cam_hw_soc_info *soc_info,
|
|
int32_t apply_level);
|
|
int cam_cx_ipeak_unvote_cx_ipeak(struct cam_hw_soc_info *soc_info);
|
|
|
|
#endif /* _CAM_CX_IPEAK_H_ */
|