From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752125AbdBMJ0O (ORCPT ); Mon, 13 Feb 2017 04:26:14 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:12633 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbdBMJ0M (ORCPT ); Mon, 13 Feb 2017 04:26:12 -0500 Subject: Re: [PATCH 00/10] ARM: davinci: add vpif display support To: Bartosz Golaszewski , Kevin Hilman , Patrick Titiano , Michael Turquette , Rob Herring , Mark Rutland , Russell King , Alexandre Bailon , David Lechner , Laurent Pinchart , Mauro Carvalho Chehab , Lad Prabhakar References: <1486485683-11427-1-git-send-email-bgolaszewski@baylibre.com> CC: , , , From: Sekhar Nori Message-ID: <058423ca-c53b-93a2-035e-54fe3ce6dcfe@ti.com> Date: Mon, 13 Feb 2017 14:52:57 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1486485683-11427-1-git-send-email-bgolaszewski@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bartosz, On Tuesday 07 February 2017 10:11 PM, Bartosz Golaszewski wrote: > The following series adds support for v4l2 display on da850-evm with > a UI board in device tree boot mode. > > Patches 1/10 - 5/10 deal with the device tree: we fix whitespace > errors in dts files and bindings, extend the example and the dts for > da850-evm with the output port and address the pinmuxing. > > Patch 6/10 enables the relevant modules in the defconfig file. > > Patches 7/10 and 8/10 fix two already existing bugs encountered > during development. > > Patch 9/10 make it possible to use a different i2c adapter in the > vpif display driver. > > The last patch adds the pdata quirks necessary to enable v4l2 display. > > Tested with a modified version of yavta[1] as gstreamer support for > v4l2 seems to be broken and results in picture artifacts. > > [1] https://github.com/brgl/yavta davinci/vpif-display Can you also share the command line you used ? Thanks, Sekhar