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>
This commit is contained in:

committed by
Camera Software Integration

parent
7ea1557b34
commit
11874984b4
@@ -5683,7 +5683,10 @@ static struct cam_ctx_ops
|
|||||||
/* Bubble Applied */
|
/* Bubble Applied */
|
||||||
{
|
{
|
||||||
.ioctl_ops = {},
|
.ioctl_ops = {},
|
||||||
.crm_ops = {},
|
.crm_ops = {
|
||||||
|
.notify_frame_skip =
|
||||||
|
__cam_isp_ctx_apply_default_req_settings,
|
||||||
|
},
|
||||||
.irq_ops = NULL,
|
.irq_ops = NULL,
|
||||||
},
|
},
|
||||||
/* HW ERROR */
|
/* HW ERROR */
|
||||||
|
Reference in New Issue
Block a user