Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver2.c +2 −2 Original line number Diff line number Diff line Loading @@ -2644,10 +2644,10 @@ static int cam_vfe_bus_update_ubwc_3_regs( switch (wm_data->format) { case CAM_FORMAT_UBWC_TP10: ubwc_bw_limit = 0x8 | BIT(0); ubwc_bw_limit = (0x8 << 1) | BIT(0); break; case CAM_FORMAT_UBWC_NV12_4R: ubwc_bw_limit = 0xB | BIT(0); ubwc_bw_limit = (0xB << 1) | BIT(0); break; default: ubwc_bw_limit = 0; Loading Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver2.c +2 −2 Original line number Diff line number Diff line Loading @@ -2644,10 +2644,10 @@ static int cam_vfe_bus_update_ubwc_3_regs( switch (wm_data->format) { case CAM_FORMAT_UBWC_TP10: ubwc_bw_limit = 0x8 | BIT(0); ubwc_bw_limit = (0x8 << 1) | BIT(0); break; case CAM_FORMAT_UBWC_NV12_4R: ubwc_bw_limit = 0xB | BIT(0); ubwc_bw_limit = (0xB << 1) | BIT(0); break; default: ubwc_bw_limit = 0; Loading