Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df2566a5 authored by Venkat Chinta's avatar Venkat Chinta
Browse files

msm: camera: isp: Correct number of cores



This change updates the maximum number of IFE cores
available.

Change-Id: I8087034fbbeb764696208b3aa4b500dcf2390eee
Signed-off-by: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent b1d3f812
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4276,7 +4276,7 @@ static int cam_ife_mgr_process_recovery_cb(void *priv, void *data)

		CAM_DBG(CAM_ISP, "RESET: Calling VFE reset");

		for (i = 0; i < CAM_VFE_HW_NUM_MAX; i++) {
		for (i = 0; i < CAM_IFE_HW_NUM_MAX; i++) {
			if (recovery_data->affected_core[i])
				cam_ife_mgr_reset_vfe_hw(ife_hw_mgr, i);
		}
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 */

#ifndef _CAM_ISP_HW_MGR_H_
@@ -9,7 +9,7 @@
#include "cam_isp_hw_mgr_intf.h"
#include "cam_tasklet_util.h"

#define CAM_ISP_HW_NUM_MAX                       4
#define CAM_ISP_HW_NUM_MAX                       7

/**
 * struct cam_isp_hw_mgr_ctx - common acquired context for managers