msm: camera: reqmgr: Work queue names added
Added wrapper functions for each workq to enable workq names in log. CRs-Fixed: 2684378 Change-Id: If5b3671fbf20777cc891cba4b27cad6ed3a0d146 Signed-off-by: Wyes Karny <wkarny@codeaurora.org>
这个提交包含在:
@@ -4325,6 +4325,11 @@ end:
|
||||
return rc;
|
||||
}
|
||||
|
||||
static void cam_req_mgr_process_workq_offline_ife_worker(struct work_struct *w)
|
||||
{
|
||||
cam_req_mgr_process_workq(w);
|
||||
}
|
||||
|
||||
static int __cam_isp_ctx_acquire_hw_v2(struct cam_context *ctx,
|
||||
void *args)
|
||||
{
|
||||
@@ -4449,7 +4454,8 @@ static int __cam_isp_ctx_acquire_hw_v2(struct cam_context *ctx,
|
||||
ctx_isp->offline_context = true;
|
||||
|
||||
rc = cam_req_mgr_workq_create("offline_ife", 20,
|
||||
&ctx_isp->workq, CRM_WORKQ_USAGE_IRQ, 0);
|
||||
&ctx_isp->workq, CRM_WORKQ_USAGE_IRQ, 0,
|
||||
cam_req_mgr_process_workq_offline_ife_worker);
|
||||
if (rc)
|
||||
CAM_ERR(CAM_ISP,
|
||||
"Failed to create workq for offline IFE rc:%d",
|
||||
|
在新工单中引用
屏蔽一个用户