Merge "camera: add pix fmt Y10 to support RDI for mono sensor"
This commit is contained in:
commit
ce20da02ae
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,7 @@ static int msm_isp_validate_axi_request(struct vfe_device *vfe_dev,
|
|||
case V4L2_PIX_FMT_META:
|
||||
case V4L2_PIX_FMT_META10:
|
||||
case V4L2_PIX_FMT_GREY:
|
||||
case V4L2_PIX_FMT_Y10:
|
||||
stream_info->num_planes = 1;
|
||||
stream_info->format_factor = ISP_Q2;
|
||||
break;
|
||||
|
@ -345,6 +346,7 @@ static uint32_t msm_isp_axi_get_plane_size(
|
|||
case V4L2_PIX_FMT_QGRBG10:
|
||||
case V4L2_PIX_FMT_QRGGB10:
|
||||
case V4L2_PIX_FMT_META10:
|
||||
case V4L2_PIX_FMT_Y10:
|
||||
/* TODO: fix me */
|
||||
size = plane_cfg[plane_idx].output_height *
|
||||
plane_cfg[plane_idx].output_width;
|
||||
|
|
Loading…
Add table
Reference in a new issue