Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26199549 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Add support for YUV422 formats"

parents a957c849 fb86ca11
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -73,6 +73,10 @@ int msm_isp_validate_axi_request(struct msm_vfe_axi_shared_data *axi_data,
			HANDLE_TO_IDX(stream_cfg_cmd->axi_stream_handle)];

	switch (stream_cfg_cmd->output_format) {
	case V4L2_PIX_FMT_YUYV:
	case V4L2_PIX_FMT_YVYU:
	case V4L2_PIX_FMT_UYVY:
	case V4L2_PIX_FMT_VYUY:
	case V4L2_PIX_FMT_SBGGR8:
	case V4L2_PIX_FMT_SGBRG8:
	case V4L2_PIX_FMT_SGRBG8: