Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −0 Original line number Diff line number Diff line Loading @@ -1462,6 +1462,8 @@ void msm_isp_axi_cfg_update(struct vfe_device *vfe_dev, } num_stream++; stream_info = &axi_data->stream_info[i]; if (stream_info->state == INACTIVE) continue; if ((stream_info->stream_type == BURST_STREAM && !stream_info->controllable_output) || stream_info->state == AVAILABLE) Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +2 −0 Original line number Diff line number Diff line Loading @@ -1462,6 +1462,8 @@ void msm_isp_axi_cfg_update(struct vfe_device *vfe_dev, } num_stream++; stream_info = &axi_data->stream_info[i]; if (stream_info->state == INACTIVE) continue; if ((stream_info->stream_type == BURST_STREAM && !stream_info->controllable_output) || stream_info->state == AVAILABLE) Loading