Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_core.c +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ static int cam_ife_csid_get_format_rdi( case CAM_FORMAT_MIPI_RAW_8: switch (out_format) { case CAM_FORMAT_MIPI_RAW_8: case CAM_FORMAT_PLAIN128: *decode_fmt = 0xf; break; case CAM_FORMAT_PLAIN8: Loading @@ -99,6 +100,7 @@ static int cam_ife_csid_get_format_rdi( case CAM_FORMAT_MIPI_RAW_10: switch (out_format) { case CAM_FORMAT_MIPI_RAW_10: case CAM_FORMAT_PLAIN128: *decode_fmt = 0xf; break; case CAM_FORMAT_PLAIN16_10: Loading drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver2.c +1 −4 Original line number Diff line number Diff line Loading @@ -815,6 +815,7 @@ static int cam_vfe_bus_acquire_wm( case CAM_FORMAT_MIPI_RAW_14: case CAM_FORMAT_MIPI_RAW_16: case CAM_FORMAT_MIPI_RAW_20: case CAM_FORMAT_PLAIN128: rsrc_data->width = CAM_VFE_RDI_BUS_DEFAULT_WIDTH; rsrc_data->height = 0; rsrc_data->stride = CAM_VFE_RDI_BUS_DEFAULT_STRIDE; Loading Loading @@ -859,10 +860,6 @@ static int cam_vfe_bus_acquire_wm( rsrc_data->en_cfg = 0x1; rsrc_data->pack_fmt = 0xA; break; case CAM_FORMAT_PLAIN128: rsrc_data->en_cfg = 0x1; rsrc_data->pack_fmt = 0x0; break; default: CAM_ERR(CAM_ISP, "Unsupported RDI format %d", rsrc_data->format); Loading Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_core.c +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,7 @@ static int cam_ife_csid_get_format_rdi( case CAM_FORMAT_MIPI_RAW_8: switch (out_format) { case CAM_FORMAT_MIPI_RAW_8: case CAM_FORMAT_PLAIN128: *decode_fmt = 0xf; break; case CAM_FORMAT_PLAIN8: Loading @@ -99,6 +100,7 @@ static int cam_ife_csid_get_format_rdi( case CAM_FORMAT_MIPI_RAW_10: switch (out_format) { case CAM_FORMAT_MIPI_RAW_10: case CAM_FORMAT_PLAIN128: *decode_fmt = 0xf; break; case CAM_FORMAT_PLAIN16_10: Loading
drivers/media/platform/msm/camera/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver2.c +1 −4 Original line number Diff line number Diff line Loading @@ -815,6 +815,7 @@ static int cam_vfe_bus_acquire_wm( case CAM_FORMAT_MIPI_RAW_14: case CAM_FORMAT_MIPI_RAW_16: case CAM_FORMAT_MIPI_RAW_20: case CAM_FORMAT_PLAIN128: rsrc_data->width = CAM_VFE_RDI_BUS_DEFAULT_WIDTH; rsrc_data->height = 0; rsrc_data->stride = CAM_VFE_RDI_BUS_DEFAULT_STRIDE; Loading Loading @@ -859,10 +860,6 @@ static int cam_vfe_bus_acquire_wm( rsrc_data->en_cfg = 0x1; rsrc_data->pack_fmt = 0xA; break; case CAM_FORMAT_PLAIN128: rsrc_data->en_cfg = 0x1; rsrc_data->pack_fmt = 0x0; break; default: CAM_ERR(CAM_ISP, "Unsupported RDI format %d", rsrc_data->format); Loading