Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +3 −0 Original line number Diff line number Diff line Loading @@ -960,7 +960,10 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, isp_id = (uint32_t *)cfg_data; *isp_id = vfe_dev->pdev->id; break; } case SET_WM_UB_SIZE: break; } return 0; } Loading include/media/msmb_isp.h +3 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ struct msm_vfe_axi_stream_request_cmd { /*Return values*/ uint32_t axi_stream_handle; uint32_t controllable_output; uint32_t burst_len; }; struct msm_vfe_axi_stream_release_cmd { Loading Loading @@ -254,6 +255,7 @@ struct msm_vfe_stats_stream_cfg_cmd { uint8_t num_streams; uint32_t stream_handle[MSM_ISP_STATS_MAX]; uint8_t enable; uint32_t stats_burst_len; }; enum msm_vfe_reg_cfg_type { Loading @@ -271,6 +273,7 @@ enum msm_vfe_reg_cfg_type { GET_ISP_ID, VFE_HW_UPDATE_LOCK, VFE_HW_UPDATE_UNLOCK, SET_WM_UB_SIZE, }; struct msm_vfe_cfg_cmd2 { Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +3 −0 Original line number Diff line number Diff line Loading @@ -960,7 +960,10 @@ static int msm_isp_send_hw_cmd(struct vfe_device *vfe_dev, isp_id = (uint32_t *)cfg_data; *isp_id = vfe_dev->pdev->id; break; } case SET_WM_UB_SIZE: break; } return 0; } Loading
include/media/msmb_isp.h +3 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ struct msm_vfe_axi_stream_request_cmd { /*Return values*/ uint32_t axi_stream_handle; uint32_t controllable_output; uint32_t burst_len; }; struct msm_vfe_axi_stream_release_cmd { Loading Loading @@ -254,6 +255,7 @@ struct msm_vfe_stats_stream_cfg_cmd { uint8_t num_streams; uint32_t stream_handle[MSM_ISP_STATS_MAX]; uint8_t enable; uint32_t stats_burst_len; }; enum msm_vfe_reg_cfg_type { Loading @@ -271,6 +273,7 @@ enum msm_vfe_reg_cfg_type { GET_ISP_ID, VFE_HW_UPDATE_LOCK, VFE_HW_UPDATE_UNLOCK, SET_WM_UB_SIZE, }; struct msm_vfe_cfg_cmd2 { Loading