瀏覽代碼

msm: camera: isp: Add notify frame skip for bubble applied substate

For sHDR usecase, we may enter bubble applied substate, then
isp trigger bubble recovery again, we need isp to apply default
setting in this case. This change adds notify frame skip interface
for bubble applied substate to apply the default settings.

CRs-Fixed: 3533564
Change-Id: Ie82aa73786902328b21909ba958d0a225ed49916
Signed-off-by: Depeng Shao <[email protected]>
Depeng Shao 2 年之前
父節點
當前提交
11874984b4
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      drivers/cam_isp/cam_isp_context.c

+ 4 - 1
drivers/cam_isp/cam_isp_context.c

@@ -5683,7 +5683,10 @@ static struct cam_ctx_ops
 	/* Bubble Applied */
 	{
 		.ioctl_ops = {},
-		.crm_ops = {},
+		.crm_ops = {
+			.notify_frame_skip =
+				__cam_isp_ctx_apply_default_req_settings,
+		},
 		.irq_ops = NULL,
 	},
 	/* HW ERROR */