msm: camera: isp: Max requests per context reduction in isp driver
Reduced maximum no of requests per context from 20 to 8 in isp driver. CRs-Fixed: 2720238 Change-Id: If557b190fe94af72cc6fb28f36c3e1f6189218a5 Signed-off-by: Shravya Samala <shravyas@codeaurora.org>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
64f7c57dce
当前提交
8b38e86abd
@@ -26,6 +26,8 @@
|
||||
*/
|
||||
#define CAM_ISP_CTX_RES_MAX 24
|
||||
|
||||
/* max requests per ctx for isp */
|
||||
#define CAM_ISP_CTX_REQ_MAX 8
|
||||
/*
|
||||
* Maximum configuration entry size - This is based on the
|
||||
* worst case DUAL IFE use case plus some margin.
|
||||
@@ -270,8 +272,8 @@ struct cam_isp_context {
|
||||
struct cam_ctx_ops *substate_machine;
|
||||
struct cam_isp_ctx_irq_ops *substate_machine_irq;
|
||||
|
||||
struct cam_ctx_request req_base[CAM_CTX_REQ_MAX];
|
||||
struct cam_isp_ctx_req req_isp[CAM_CTX_REQ_MAX];
|
||||
struct cam_ctx_request req_base[CAM_ISP_CTX_REQ_MAX];
|
||||
struct cam_isp_ctx_req req_isp[CAM_ISP_CTX_REQ_MAX];
|
||||
|
||||
void *hw_ctx;
|
||||
uint64_t sof_timestamp_val;
|
||||
|
在新工单中引用
屏蔽一个用户