Loading drivers/media/platform/msm/camera_v2/isp/msm_isp32.c +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ static void msm_vfe32_cfg_axi_ub_equal_slicing(struct vfe_device *vfe_dev) static void msm_vfe32_cfg_axi_ub(struct vfe_device *vfe_dev) { struct msm_vfe_axi_shared_data *axi_data = &vfe_dev->axi_data; axi_data->wm_ub_cfg_policy = MSM_WM_UB_EQUAL_SLICING; axi_data->wm_ub_cfg_policy = MSM_WM_UB_CFG_DEFAULT; if (axi_data->wm_ub_cfg_policy == MSM_WM_UB_EQUAL_SLICING) msm_vfe32_cfg_axi_ub_equal_slicing(vfe_dev); else Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp32.c +1 −1 Original line number Diff line number Diff line Loading @@ -850,7 +850,7 @@ static void msm_vfe32_cfg_axi_ub_equal_slicing(struct vfe_device *vfe_dev) static void msm_vfe32_cfg_axi_ub(struct vfe_device *vfe_dev) { struct msm_vfe_axi_shared_data *axi_data = &vfe_dev->axi_data; axi_data->wm_ub_cfg_policy = MSM_WM_UB_EQUAL_SLICING; axi_data->wm_ub_cfg_policy = MSM_WM_UB_CFG_DEFAULT; if (axi_data->wm_ub_cfg_policy == MSM_WM_UB_EQUAL_SLICING) msm_vfe32_cfg_axi_ub_equal_slicing(vfe_dev); else Loading