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

Commit b67d9876 authored by E V Ravi's avatar E V Ravi Committed by Gerrit - the friendly Code Review server
Browse files

msm: ais: Enable all IFE and CCI for sa8195



Modify max counts to enumerate all IFE and
CCI devices for sa8195.

Change-Id: I85625f66a3c3acd07107af0e2c7ad93e221a694c
Signed-off-by: default avatarE V Ravi <evenka@codeaurora.org>
parent 2f33aa0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -17,7 +17,7 @@
#include "cam_cpas_hw_intf.h"
#include "cam_common_util.h"

#define CAM_CPAS_MAX_CLIENTS 30
#define CAM_CPAS_MAX_CLIENTS 34
#define CAM_CPAS_INFLIGHT_WORKS 5

#define CAM_CPAS_AXI_MIN_MNOC_AB_BW   (2048 * 1024)
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -30,7 +30,7 @@
#define CAM_IFE_REG_UPD_CMD_DUAL_PD_BIT 5

/* MAX IFE instance */
#define CAM_IFE_HW_NUM_MAX   4
#define CAM_IFE_HW_NUM_MAX   8
#define CAM_IFE_RDI_NUM_MAX  4

/**
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include "cam_ife_csid_soc.h"
#include "cam_csid_ppi_core.h"

#define CAM_IFE_CSID_HW_RES_MAX      4
#define CAM_IFE_CSID_HW_RES_MAX      8
#define CAM_IFE_CSID_CID_RES_MAX     4
#define CAM_IFE_CSID_RDI_MAX         4
#define CAM_CSID_WORKQ_NUM_TASK      10
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -19,7 +19,7 @@
#include "cam_debug_util.h"

static struct cam_hw_intf *cam_ife_csid_hw_list[CAM_IFE_CSID_HW_RES_MAX] = {
	0, 0, 0, 0};
	NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL};

static char csid_dev_name[8];

+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -17,7 +17,7 @@
#include "cam_hw_intf.h"

/* MAX IFE CSID instance */
#define CAM_IFE_CSID_HW_NUM_MAX                        4
#define CAM_IFE_CSID_HW_NUM_MAX                        8

/**
 * enum cam_ife_pix_path_res_id - Specify the csid patch
Loading