Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +3 −1 Original line number Diff line number Diff line Loading @@ -418,6 +418,8 @@ void msm_isp_cfg_framedrop_reg(struct vfe_device *vfe_dev, * userspace reg update is delayed */ framedrop_pattern = (1 << stream_info->runtime_burst_frame_count) - 1; framedrop_pattern <<= stream_info->runtime_init_frame_drop; /* Alternate maximum two values for period to ensure * that two identical consecutive patterns will still be * applied. Otherwise HW cannot detect that we make 2 Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +3 −1 Original line number Diff line number Diff line Loading @@ -418,6 +418,8 @@ void msm_isp_cfg_framedrop_reg(struct vfe_device *vfe_dev, * userspace reg update is delayed */ framedrop_pattern = (1 << stream_info->runtime_burst_frame_count) - 1; framedrop_pattern <<= stream_info->runtime_init_frame_drop; /* Alternate maximum two values for period to ensure * that two identical consecutive patterns will still be * applied. Otherwise HW cannot detect that we make 2 Loading