[Linaro-mm-sig] [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2012-01-01 Thread Sakari Ailus
Hi Arnd, On Tue, Dec 20, 2011 at 03:36:49PM +, Arnd Bergmann wrote: > On Tuesday 20 December 2011, Sakari Ailus wrote: > > (I'm jumping into the discussion in the middle, and might miss something > > that has already been talked about. I still hope what I'm about to say is > > relevant. :-))

[PATCH 2/3] dma-buf: Documentation for buffer sharing framework

2012-01-01 Thread Sakari Ailus
Hi Sumit and Arnd, On Mon, Dec 26, 2011 at 02:53:16PM +0530, Sumit Semwal wrote: > Add documentation for dma buffer sharing framework, explaining the > various operations, members and API of the dma buffer sharing > framework. > > Signed-off-by: Sumit Semwal > Signed-off-by: Sumit Semwal >

[PATCH] drm/omap: avoid aquiring mutex in atomic context (v2)

2012-01-01 Thread Felipe Contreras
On Fri, Dec 16, 2011 at 7:34 PM, Rob Clark wrote: > --- a/drivers/staging/omapdrm/omap_gem.c > +++ b/drivers/staging/omapdrm/omap_gem.c > @@ -538,10 +538,22 @@ int omap_gem_roll(struct drm_gem_object *obj, uint32_t > roll) > ? ? ? ? ? ? ? ?return -EINVAL; > ? ? ? ?} > > - ? ? ?

[Linaro-mm-sig] [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2012-01-01 Thread Rob Clark
On Sun, Jan 1, 2012 at 2:53 PM, Sakari Ailus wrote: > Hi Arnd, > > On Tue, Dec 20, 2011 at 03:36:49PM +, Arnd Bergmann wrote: >> On Tuesday 20 December 2011, Sakari Ailus wrote: >> > (I'm jumping into the discussion in the middle, and might miss something >> > that has already been talked

[PATCH 2/3] dma-buf: Documentation for buffer sharing framework

2012-01-01 Thread Rob Clark
On Sun, Jan 1, 2012 at 2:09 PM, Sakari Ailus wrote: > Hi Sumit and Arnd, > > On Mon, Dec 26, 2011 at 02:53:16PM +0530, Sumit Semwal wrote: >> Add documentation for dma buffer sharing framework, explaining the >> various operations, members and API of the dma buffer sharing >> framework. >> >>

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44365 Mark changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600 -- Configure bugmail:

[Bug 44365] New: Textures aligned/move wrongly in planeshift game

2012-01-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44365 Bug #: 44365 Summary: Textures aligned/move wrongly in planeshift game Classification: Unclassified Product: Mesa Version: 7.11 Platform: Other OS/Version: All

[Bug 44365] New: Textures aligned/move wrongly in planeshift game

2012-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44365 Bug #: 44365 Summary: Textures aligned/move wrongly in planeshift game Classification: Unclassified Product: Mesa Version: 7.11 Platform: Other OS/Version: All

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44365 Mark freedesk...@darkskiez.co.uk changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600

Re: [PATCH] drm/omap: avoid aquiring mutex in atomic context (v2)

2012-01-01 Thread Felipe Contreras
On Fri, Dec 16, 2011 at 7:34 PM, Rob Clark rob.cl...@linaro.org wrote: --- a/drivers/staging/omapdrm/omap_gem.c +++ b/drivers/staging/omapdrm/omap_gem.c @@ -538,10 +538,22 @@ int omap_gem_roll(struct drm_gem_object *obj, uint32_t roll)                return -EINVAL;        } -      

Re: [PATCH 2/3] dma-buf: Documentation for buffer sharing framework

2012-01-01 Thread Rob Clark
On Sun, Jan 1, 2012 at 2:09 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Sumit and Arnd, On Mon, Dec 26, 2011 at 02:53:16PM +0530, Sumit Semwal wrote: Add documentation for dma buffer sharing framework, explaining the various operations, members and API of the dma buffer sharing framework.

Re: [Linaro-mm-sig] [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2012-01-01 Thread Rob Clark
On Sun, Jan 1, 2012 at 2:53 PM, Sakari Ailus sakari.ai...@iki.fi wrote: Hi Arnd, On Tue, Dec 20, 2011 at 03:36:49PM +, Arnd Bergmann wrote: On Tuesday 20 December 2011, Sakari Ailus wrote: (I'm jumping into the discussion in the middle, and might miss something that has already been