Re: [RFC weston 00/14] Atomic modesetting support

2015-05-25 Thread Daniel Vetter
On Fri, May 22, 2015 at 1:51 PM, Pekka Paalanen wrote: > I just remembered, that this patch series does not excercise > DRM_MODE_ATOMIC_TEST_ONLY. Using it would be quite some more > refactoring. > > In Weston's assign_planes(), we would need to start with a > drmModeAtomicReq that sets only the p

Re: [RFC weston 00/14] Atomic modesetting support

2015-05-22 Thread Pekka Paalanen
On Thu, 21 May 2015 11:55:31 +0300 Pekka Paalanen wrote: > On Thu, 21 May 2015 08:34:56 +0100 > Daniel Stone wrote: > > > Hi, > > > > On 21 May 2015 at 08:28, Daniel Stone wrote: > > > This patchset is an experimental/RFC implementation of atomic modesetting > > > for Weston, as a proof-of-co

Re: [RFC weston 00/14] Atomic modesetting support

2015-05-21 Thread Pekka Paalanen
On Thu, 21 May 2015 12:29:28 -0700 Bryce Harrington wrote: > On Thu, May 21, 2015 at 08:28:57AM +0100, Daniel Stone wrote: > > Hi all, > > This patchset is an experimental/RFC implementation of atomic modesetting > > for Weston, as a proof-of-concept for the overall kernel API. It still > > defin

Re: [RFC weston 00/14] Atomic modesetting support

2015-05-21 Thread Bryce Harrington
On Thu, May 21, 2015 at 08:28:57AM +0100, Daniel Stone wrote: > Hi all, > This patchset is an experimental/RFC implementation of atomic modesetting > for Weston, as a proof-of-concept for the overall kernel API. It still > definitely has some rough edges, and safe to say it isn't 1.8 material, > bu

Re: [RFC weston 00/14] Atomic modesetting support

2015-05-21 Thread Pekka Paalanen
On Thu, 21 May 2015 11:55:31 +0300 Pekka Paalanen wrote: > On Thu, 21 May 2015 08:34:56 +0100 > Daniel Stone wrote: > > > Hi, > > > > On 21 May 2015 at 08:28, Daniel Stone wrote: > > > This patchset is an experimental/RFC implementation of atomic modesetting > > > for Weston, as a proof-of-co

Re: [RFC weston 00/14] Atomic modesetting support

2015-05-21 Thread Pekka Paalanen
On Thu, 21 May 2015 08:34:56 +0100 Daniel Stone wrote: > Hi, > > On 21 May 2015 at 08:28, Daniel Stone wrote: > > This patchset is an experimental/RFC implementation of atomic modesetting > > for Weston, as a proof-of-concept for the overall kernel API. It still > > definitely has some rough ed

Re: [RFC weston 00/14] Atomic modesetting support

2015-05-21 Thread Daniel Stone
Hi, On 21 May 2015 at 08:28, Daniel Stone wrote: > This patchset is an experimental/RFC implementation of atomic modesetting > for Weston, as a proof-of-concept for the overall kernel API. It still > definitely has some rough edges, and safe to say it isn't 1.8 material, > but might be useful to

[RFC weston 00/14] Atomic modesetting support

2015-05-21 Thread Daniel Stone
Hi all, This patchset is an experimental/RFC implementation of atomic modesetting for Weston, as a proof-of-concept for the overall kernel API. It still definitely has some rough edges, and safe to say it isn't 1.8 material, but might be useful to look at regardless, especially for those of you int