From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from galahad.ideasonboard.com ([185.26.127.97]:56600 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbaK1W2n (ORCPT ); Fri, 28 Nov 2014 17:28:43 -0500 From: Laurent Pinchart To: Boris Brezillon Cc: Dave Airlie , dri-devel@lists.freedesktop.org, Thierry Reding , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , Hans Verkuil , linux-media@vger.kernel.org, Nicolas Ferre Subject: Re: [PATCH v3 0/3] drm: describe display bus format Date: Sat, 29 Nov 2014 00:29:10 +0200 Message-ID: <7292023.aOo0xYF6kL@avalon> In-Reply-To: <20141127143750.3984ddd0@bbrezillon> References: <1416318380-20122-1-git-send-email-boris.brezillon@free-electrons.com> <20141127143750.3984ddd0@bbrezillon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Boris, On Thursday 27 November 2014 14:37:50 Boris Brezillon wrote: > On Tue, 18 Nov 2014 14:46:17 +0100 Boris Brezillon wrote: > > Hello, > > > > This series makes use of the MEDIA_BUS_FMT definition to describe how > > the data are transmitted to the display. > > > > This will allow drivers to configure their output display bus according > > to the display capabilities. > > For example some display controllers support DPI (or raw RGB) connectors > > and need to specify which format will be transmitted on the DPI bus > > (RGB444, RGB565, RGB888, ...). > > > > This series also adds a field to the panel_desc struct so that one > > can specify which format is natevely supported by a panel. > > Thierry, Laurent, Dave, can you take a look at this patch series: this > is the last missing dependency to get the atmel-hlcdc DRM driver > mainlined, and I was expecting to get this driver in 3.19... I've reviewed the series, it looks globally fine to me. I just had two small comments on patch 1/3. -- Regards, Laurent Pinchart