Re: [RFC 0/4] Atomic Display Framework

2013-09-02 Thread Alex Deucher
On Mon, Sep 2, 2013 at 9:19 AM, Rob Clark wrote: > On Mon, Sep 2, 2013 at 3:39 AM, Daniel Vetter wrote: >> On Fri, Aug 30, 2013 at 10:00:28AM -0400, Rob Clark wrote: >>> On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann wrote: >>> > On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: >>> >> >>> >> I

Re: [RFC 0/4] Atomic Display Framework

2013-09-02 Thread Rob Clark
On Mon, Sep 2, 2013 at 3:39 AM, Daniel Vetter wrote: > On Fri, Aug 30, 2013 at 10:00:28AM -0400, Rob Clark wrote: >> On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann wrote: >> > On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: >> >> >> >> I guess if you have multiple encoders + multiple connector

Re: [RFC 0/4] Atomic Display Framework

2013-09-02 Thread Daniel Vetter
On Fri, Aug 30, 2013 at 10:00:28AM -0400, Rob Clark wrote: > On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann wrote: > > On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: > >> > >> I guess if you have multiple encoders + multiple connectors for the > >> "ganging" case, then it probably just looks l

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Ville Syrjälä
On Thu, Aug 29, 2013 at 04:26:08PM -0700, Greg Hackmann wrote: > On Thu, Aug 29, 2013 at 12:36 AM, Ville Syrjälä < > ville.syrj...@linux.intel.com> wrote: > > > On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: > > > On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann > > wrote: > > > > > 1.

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann wrote: > On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: >> >> I guess if you have multiple encoders + multiple connectors for the >> "ganging" case, then it probably just looks like 2x displays, and >> nothing more really needed? >> >> I'm a bit f

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Ville Syrjälä
On Fri, Aug 30, 2013 at 10:00:28AM -0400, Rob Clark wrote: > On Thu, Aug 29, 2013 at 7:34 PM, Greg Hackmann wrote: > > On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: > >> > >> I guess if you have multiple encoders + multiple connectors for the > >> "ganging" case, then it probably just looks l

Re: [RFC 0/4] Atomic Display Framework

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 7:26 PM, Greg Hackmann wrote: > On Thu, Aug 29, 2013 at 12:36 AM, Ville Syrjälä > wrote: >> >> On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: >> > On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann >> > wrote: >> >> > > 1. The API is geared toward updating one ob

Re: [RFC 0/4] Atomic Display Framework

2013-08-29 Thread Greg Hackmann
On Thu, Aug 29, 2013 at 5:54 AM, Rob Clark wrote: > I guess if you have multiple encoders + multiple connectors for the > "ganging" case, then it probably just looks like 2x displays, and > nothing more really needed? > > I'm a bit fuzzy on what the hw looks like in this "ganging" scenario, > so

Re: [RFC 0/4] Atomic Display Framework

2013-08-29 Thread Greg Hackmann
On Thu, Aug 29, 2013 at 12:36 AM, Ville Syrjälä < ville.syrj...@linux.intel.com> wrote: > On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: > > On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann > wrote: > > > 1. The API is geared toward updating one object at a time. Android's > graphics

Re: [RFC 0/4] Atomic Display Framework

2013-08-29 Thread Rob Clark
On Thu, Aug 29, 2013 at 3:36 AM, Ville Syrjälä wrote: > On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: >> On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann wrote: >> > Hi, >> > >> > ADF is an experimental display framework that I designed after >> > experimenting with a KMS-based hardwa

Re: [RFC 0/4] Atomic Display Framework

2013-08-29 Thread Ville Syrjälä
On Wed, Aug 28, 2013 at 11:51:59PM -0400, Rob Clark wrote: > On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann wrote: > > Hi, > > > > ADF is an experimental display framework that I designed after > > experimenting with a KMS-based hardware composer for Android. ADF started > > as an proof-of-conc

Re: [RFC 0/4] Atomic Display Framework

2013-08-28 Thread Rob Clark
On Wed, Aug 28, 2013 at 9:51 PM, Greg Hackmann wrote: > Hi, > > ADF is an experimental display framework that I designed after experimenting > with a KMS-based hardware composer for Android. ADF started as an > proof-of-concept implemented from scratch, so right now it's a separate > framework