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 <quic_depengs@quicinc.com>
Tento commit je obsažen v:
Depeng Shao
2023-06-14 16:23:15 +08:00
odevzdal Camera Software Integration
rodič 7ea1557b34
revize 11874984b4

Zobrazit soubor

@@ -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 */