Re: [alsa-devel] [PATCH v3 0/5] Beaglebone-Black HDMI audio

2014-09-16 Thread Dave Airlie
On 17 September 2014 06:40, Jyri Sarha wrote: > Changes since v2: > - Change compatible property from "ti,gpio-clock" to "ti,gpio-gate-clock" > - Some minor cleanups > > The code has a functional dependency to: > http://www.mail-archive.com/linux-omap@vger.kernel.org/msg109264.html > > Without the

Re: [PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-07 Thread Dave Airlie
On 3 July 2014 06:38, Ezequiel García wrote: > On 02 Jul 02:08 PM, Dave Airlie wrote: >> On 2 July 2014 12:31, Darren Etheridge wrote: >> > On 07/01/2014 06:39 PM, Guido Martínez wrote: >> >> >> >> On Fri, Jun 27, 2014 at 05:08:51PM -0500, D

Re: [PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-01 Thread Dave Airlie
On 2 July 2014 12:31, Darren Etheridge wrote: > On 07/01/2014 06:39 PM, Guido Martínez wrote: >> >> On Fri, Jun 27, 2014 at 05:08:51PM -0500, Darren Etheridge wrote: >>> >>> [snip] >>> >>> Otherwise I think this is a good and useful patch series. >> >> It that a Tested-by tag? :) > > > Sure - I wo

Re: [RFC 0/4] TI LCDC DRM driver

2013-01-09 Thread Dave Airlie
On Wed, Jan 9, 2013 at 2:11 PM, Rob Clark wrote: > Updated version of DRM driver for TI LCD Controller. Since the initial > version of the patch, which only supported TFP410 DVI output, I've added > an output driver for LCD panels (for example, LCD3 or LCD7 cape for the > beagle-bone), and initia

Re: [PATCH] backlight: initialize struct backlight_properties properly

2012-05-22 Thread Dave Airlie
On Mon, May 21, 2012 at 8:24 AM, Corentin Chary wrote: > In all these files, the .power field was never correctly initialized. > > Signed-off-by: Corentin Chary > --- >  drivers/gpu/drm/i915/intel_panel.c              |    1 + >  drivers/gpu/drm/radeon/radeon_legacy_encoders.c |    1 + I've take

Re: [GIT PULL] omap changes for v2.6.39 merge window

2011-03-30 Thread Dave Airlie
> As long as SOC vendors keep producing wildly different architectures > besides the core CPU we'll have this problem.  Denying the reality won't > make that problem go away either.  And device tree won't stop those > vendor from still trying to do things differently (better?) because they > are no

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Dave Airlie
On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K wrote: > Adding support for common EDID parsing in kernel. > > EDID - Extended display identification data is a data structure provided by > a digital display to describe its capabilities to a video source, This a > standard supported by CEA and VESA. >

Re: [PATCH 0/9] TI DMM-TILER driver

2010-12-16 Thread Dave Airlie
On Fri, Dec 17, 2010 at 5:02 AM, David Sin wrote: > On Thu, Dec 16, 2010 at 06:43:48PM +0100, Arnd Bergmann wrote: >> As far as I can tell, both DMM and GEM at a high level manage objects >> in video memory. The IOMMU that you have on the Omap hardware seems >> to resemble the GART that sits betwe