Re: [PATCH v2 2/6] media: xilinx: video: Add 1X12 greyscale format

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Volodymyr,

Thank you for the patch.

On Thu, Jul 14, 2022 at 11:34:44AM +0300, Volodymyr Kharuk wrote:
> Extend the xilinx video driver with Y12_1X12 greyscale format
> 
> Signed-off-by: Volodymyr Kharuk <vkh@xxxxxxxxxxx>

Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>

> ---
>  drivers/media/platform/xilinx/xilinx-vip.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/media/platform/xilinx/xilinx-vip.c b/drivers/media/platform/xilinx/xilinx-vip.c
> index a0073122798f..5b214bf7f93a 100644
> --- a/drivers/media/platform/xilinx/xilinx-vip.c
> +++ b/drivers/media/platform/xilinx/xilinx-vip.c
> @@ -40,6 +40,8 @@ static const struct xvip_video_format xvip_video_formats[] = {
>  	  1, V4L2_PIX_FMT_SGBRG8 },
>  	{ XVIP_VF_MONO_SENSOR, 8, "bggr", MEDIA_BUS_FMT_SBGGR8_1X8,
>  	  1, V4L2_PIX_FMT_SBGGR8 },
> +	{ XVIP_VF_MONO_SENSOR, 12, "mono", MEDIA_BUS_FMT_Y12_1X12,
> +	  2, V4L2_PIX_FMT_Y12 },
>  };
>  
>  /**

-- 
Regards,

Laurent Pinchart



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux