[PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing.

2010-03-10 Thread Pauli Nieminen
intel_atomic.h includes very usefull atomic operations for lock free parrallel access of variables. Moving these to core libdrm for code sharing with radeon. Signed-off-by: Pauli Nieminen --- Makefile.am |2 +- configure.ac |2 +- intel/intel_atomic.h | 56 +---

Re: [PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing.

2010-03-10 Thread Matt Turner
On Wed, Mar 10, 2010 at 11:20 AM, Pauli Nieminen wrote: > intel_atomic.h includes very usefull atomic operations for > lock free parrallel access of variables. Moving these to > core libdrm for code sharing with radeon. > > Signed-off-by: Pauli Nieminen > --- >  Makefile.am          |    2 +- >  

[PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing. (V2)

2010-03-10 Thread Pauli Nieminen
intel_atomic.h includes very usefull atomic operations for lock free parrallel access of variables. Moving these to core libdrm for code sharing with radeon. V2: Fix remaining references to intel_atomic.h and libdrm-intel. Signed-off-by: Pauli Nieminen --- Makefile.am |2 +- config

Re: [PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing.

2010-03-12 Thread Eric Anholt
On Wed, 10 Mar 2010 18:20:42 +0200, Pauli Nieminen wrote: > intel_atomic.h includes very usefull atomic operations for > lock free parrallel access of variables. Moving these to > core libdrm for code sharing with radeon. s/xf86/libdrm/ but other than that, cool. pgp9PLwqTrOT9.pgp Description:

Re: [Intel-gfx] [PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing.

2010-03-10 Thread Pauli Nieminen
On Wed, Mar 10, 2010 at 10:44 PM, Julien Cristau wrote: >> On Wed, Mar 10, 2010 at 11:20 AM, Pauli Nieminen wrote: >> > intel_atomic.h includes very usefull atomic operations for >> > lock free parrallel access of variables. Moving these to >> > core libdrm for code sharing with radeon. >> > >> >

Re: [Intel-gfx] [PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing.

2010-03-10 Thread Chris Wilson
On Thu, 11 Mar 2010 00:21:13 +0200, Pauli Nieminen wrote: > On Wed, Mar 10, 2010 at 10:44 PM, Julien Cristau wrote: > > Should this really get installed?  I'm not sure this should be public > > libdrm interface. > > > > Cheers, > > Julien > > > > Intel had it installed. My bad, change it to noi

Re: [Intel-gfx] [PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing.

2010-03-11 Thread Julien Cristau
> On Wed, Mar 10, 2010 at 11:20 AM, Pauli Nieminen wrote: > > intel_atomic.h includes very usefull atomic operations for > > lock free parrallel access of variables. Moving these to > > core libdrm for code sharing with radeon. > > > > Signed-off-by: Pauli Nieminen > > --- > >  Makefile.am