Merge "msm: camera: isp: Fix HVX streaming after crash"
This commit is contained in:
commit
bdd4cbfb26
2 changed files with 3 additions and 3 deletions
|
@ -1523,6 +1523,8 @@ void msm_vfe47_update_camif_state(struct vfe_device *vfe_dev,
|
|||
if ((vfe_dev->hvx_cmd > HVX_DISABLE) &&
|
||||
(vfe_dev->hvx_cmd <= HVX_ROUND_TRIP))
|
||||
msm_vfe47_configure_hvx(vfe_dev, 1);
|
||||
else
|
||||
msm_vfe47_configure_hvx(vfe_dev, 0);
|
||||
|
||||
bus_en =
|
||||
((vfe_dev->axi_data.
|
||||
|
|
|
@ -450,9 +450,7 @@ static int msm_isp_cfg_pix(struct vfe_device *vfe_dev,
|
|||
}
|
||||
|
||||
pix_cfg = &input_cfg->d.pix_cfg;
|
||||
if ((pix_cfg->hvx_cmd > HVX_DISABLE) &&
|
||||
(pix_cfg->hvx_cmd <= HVX_ROUND_TRIP))
|
||||
vfe_dev->hvx_cmd = pix_cfg->hvx_cmd;
|
||||
vfe_dev->hvx_cmd = pix_cfg->hvx_cmd;
|
||||
vfe_dev->is_split = input_cfg->d.pix_cfg.is_split;
|
||||
|
||||
vfe_dev->axi_data.src_info[VFE_PIX_0].pixel_clock =
|
||||
|
|
Loading…
Add table
Reference in a new issue