From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp-vbr13.xs4all.nl ([194.109.24.33]:3280 "EHLO smtp-vbr13.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001Ab3LQHw5 (ORCPT ); Tue, 17 Dec 2013 02:52:57 -0500 Message-ID: <52B002BD.6000105@xs4all.nl> Date: Tue, 17 Dec 2013 08:52:29 +0100 From: Hans Verkuil MIME-Version: 1.0 To: Archit Taneja CC: linux-media@vger.kernel.org, k.debski@samsung.com, linux-omap@vger.kernel.org Subject: Re: [PATCH 0/2] v4l: ti-vpe: Some VPE fixes References: <1386071473-10808-1-git-send-email-archit@ti.com> In-Reply-To: <1386071473-10808-1-git-send-email-archit@ti.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 12/03/2013 12:51 PM, Archit Taneja wrote: > This series fixes 2 issues in the VPE driver. The first fix allows us to use > UYVY color format for source and destination buffers. The second fix makes sure > we don't set pixel format widths which the VPDMA HW can't support. None of these > fixes are fatal, so they don't necessarily need to go in for the 3.13-rc fixes. > > Archit Taneja (2): > v4l: ti-vpe: Fix the data_type value for UYVY VPDMA format > v4l: ti-vpe: make sure VPDMA line stride constraints are met > > drivers/media/platform/ti-vpe/vpdma.c | 4 +-- > drivers/media/platform/ti-vpe/vpdma.h | 5 ++- > drivers/media/platform/ti-vpe/vpdma_priv.h | 2 +- > drivers/media/platform/ti-vpe/vpe.c | 53 ++++++++++++++++++++++-------- > 4 files changed, 47 insertions(+), 17 deletions(-) > For this patch series: Acked-by: Hans Verkuil Regards, Hans