From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932318AbbERTcP (ORCPT ); Mon, 18 May 2015 15:32:15 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:34884 "EHLO mail-la0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753919AbbERTcL (ORCPT ); Mon, 18 May 2015 15:32:11 -0400 MIME-Version: 1.0 In-Reply-To: <20150518162657.031a86fc@recife.lan> References: <1430726852-11715-1-git-send-email-ricardo.ribalda@gmail.com> <20150518162657.031a86fc@recife.lan> From: Ricardo Ribalda Delgado Date: Mon, 18 May 2015 21:31:49 +0200 Message-ID: Subject: Re: [PATCH 0/4] Add support for V4L2_PIX_FMT_Y16_BE To: Mauro Carvalho Chehab Cc: Hans Verkuil , Laurent Pinchart , Sakari Ailus , Ramakrishnan Muthukrishnan , linux-media , LKML , linux-api@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Mauro it is here https://patchwork.linuxtv.org/patch/29669/ Thanks! On Mon, May 18, 2015 at 9:26 PM, Mauro Carvalho Chehab wrote: > Em Mon, 4 May 2015 10:07:28 +0200 > Ricardo Ribalda Delgado escreveu: > >> New pixel format type Y16_BE (16 bits greyscale big-endian). >> >> Once I get the fist feedback on this patch I will send the patches for >> v4lconvert and qv4l2. > > Hmm... > > Error: no ID for constraint linkend: V4L2-PIX-FMT-Y16-BE. > > Where's the documentation for this new format? > > Regards, > Mauro > > >> >> >> Thanks >> >> Ricardo Ribalda Delgado (4): >> media/vivid: Add support for Y16 format >> media/v4l2-core: Add support for V4L2_PIX_FMT_Y16_BE >> media/vivid: Add support for Y16_BE format >> media/vivid: Code cleanout >> >> drivers/media/platform/vivid/vivid-tpg.c | 20 ++++++++++++++++---- >> drivers/media/platform/vivid/vivid-vid-common.c | 16 ++++++++++++++++ >> drivers/media/v4l2-core/v4l2-ioctl.c | 1 + >> include/uapi/linux/videodev2.h | 1 + >> 4 files changed, 34 insertions(+), 4 deletions(-) >> -- Ricardo Ribalda From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Ribalda Delgado Subject: Re: [PATCH 0/4] Add support for V4L2_PIX_FMT_Y16_BE Date: Mon, 18 May 2015 21:31:49 +0200 Message-ID: References: <1430726852-11715-1-git-send-email-ricardo.ribalda@gmail.com> <20150518162657.031a86fc@recife.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20150518162657.031a86fc-+RedX5hVuTR+urZeOPWqwQ@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mauro Carvalho Chehab Cc: Hans Verkuil , Laurent Pinchart , Sakari Ailus , Ramakrishnan Muthukrishnan , linux-media , LKML , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-api@vger.kernel.org Hello Mauro it is here https://patchwork.linuxtv.org/patch/29669/ Thanks! On Mon, May 18, 2015 at 9:26 PM, Mauro Carvalho Chehab wrote: > Em Mon, 4 May 2015 10:07:28 +0200 > Ricardo Ribalda Delgado escreveu: > >> New pixel format type Y16_BE (16 bits greyscale big-endian). >> >> Once I get the fist feedback on this patch I will send the patches for >> v4lconvert and qv4l2. > > Hmm... > > Error: no ID for constraint linkend: V4L2-PIX-FMT-Y16-BE. > > Where's the documentation for this new format? > > Regards, > Mauro > > >> >> >> Thanks >> >> Ricardo Ribalda Delgado (4): >> media/vivid: Add support for Y16 format >> media/v4l2-core: Add support for V4L2_PIX_FMT_Y16_BE >> media/vivid: Add support for Y16_BE format >> media/vivid: Code cleanout >> >> drivers/media/platform/vivid/vivid-tpg.c | 20 ++++++++++++++++---- >> drivers/media/platform/vivid/vivid-vid-common.c | 16 ++++++++++++++++ >> drivers/media/v4l2-core/v4l2-ioctl.c | 1 + >> include/uapi/linux/videodev2.h | 1 + >> 4 files changed, 34 insertions(+), 4 deletions(-) >> -- Ricardo Ribalda