From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754746Ab2JBItj (ORCPT ); Tue, 2 Oct 2012 04:49:39 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:44960 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752076Ab2JBItf (ORCPT ); Tue, 2 Oct 2012 04:49:35 -0400 Message-ID: <506AAA7B.1020308@ti.com> Date: Tue, 2 Oct 2012 14:18:59 +0530 From: Sekhar Nori User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Prabhakar CC: LMML , DLOS , LAK , Manjunath Hadli , Mauro Carvalho Chehab , VGER , "Lad, Prabhakar" , Hans Verkuil Subject: Re: [PATCH v3] media: davinci: vpif: display: separate out subdev from output References: <1348571509-4131-1-git-send-email-prabhakar.lad@ti.com> In-Reply-To: <1348571509-4131-1-git-send-email-prabhakar.lad@ti.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/25/2012 4:41 PM, Prabhakar wrote: > From: Lad, Prabhakar > > vpif_display relied on a 1-1 mapping of output and subdev. This is not > necessarily the case. Separate the two. So there is a list of subdevs > and a list of outputs. Each output refers to a subdev and has routing > information. An output does not have to have a subdev. > > The initial output for each channel is set to the fist output. > > Currently missing is support for associating multiple subdevs with > an output. > > Signed-off-by: Lad, Prabhakar > Signed-off-by: Manjunath Hadli > Cc: Hans Verkuil > Cc: Sekhar Nori For the DaVinci platform changes: Acked-by: Sekhar Nori Thanks, Sekhar