[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread Thomas Hellstrom
On 08/16/2013 07:01 PM, David Herrmann wrote: > Hi > > On Fri, Aug 16, 2013 at 5:33 PM, Thomas Hellstrom > wrote: >> On 08/16/2013 03:19 PM, David Herrmann wrote: >>> Hi >>> >>> On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom >>> wrote: (CC'ing the proper people since I'm still on parenta

[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread David Herrmann
Hi On Fri, Aug 16, 2013 at 5:33 PM, Thomas Hellstrom wrote: > On 08/16/2013 03:19 PM, David Herrmann wrote: >> >> Hi >> >> On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom >> wrote: >>> >>> (CC'ing the proper people since I'm still on parental leave). >>> >>> On 08/13/2013 11:44 PM, David Herr

[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread Thomas Hellstrom
On 08/16/2013 03:19 PM, David Herrmann wrote: > Hi > > On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom > wrote: >> (CC'ing the proper people since I'm still on parental leave). >> >> On 08/13/2013 11:44 PM, David Herrmann wrote: >> >> Please see inline comments. >> >> >>> Hi >>> >>> On Tue, Aug

[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread David Herrmann
Hi On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom wrote: > (CC'ing the proper people since I'm still on parental leave). > > On 08/13/2013 11:44 PM, David Herrmann wrote: > > Please see inline comments. > > >> Hi >> >> On Tue, Aug 13, 2013 at 9:38 PM, David Herrmann >> wrote: >>> >>> Correct

Re: [PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread Thomas Hellstrom
On 08/16/2013 07:01 PM, David Herrmann wrote: Hi On Fri, Aug 16, 2013 at 5:33 PM, Thomas Hellstrom wrote: On 08/16/2013 03:19 PM, David Herrmann wrote: Hi On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom wrote: (CC'ing the proper people since I'm still on parental leave). On 08/13/2013 1

Re: [PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread David Herrmann
Hi On Fri, Aug 16, 2013 at 5:33 PM, Thomas Hellstrom wrote: > On 08/16/2013 03:19 PM, David Herrmann wrote: >> >> Hi >> >> On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom >> wrote: >>> >>> (CC'ing the proper people since I'm still on parental leave). >>> >>> On 08/13/2013 11:44 PM, David Herrm

Re: [PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread Thomas Hellstrom
On 08/16/2013 03:19 PM, David Herrmann wrote: Hi On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom wrote: (CC'ing the proper people since I'm still on parental leave). On 08/13/2013 11:44 PM, David Herrmann wrote: Please see inline comments. Hi On Tue, Aug 13, 2013 at 9:38 PM, David Herr

Re: [PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-16 Thread David Herrmann
Hi On Wed, Aug 14, 2013 at 7:35 PM, Thomas Hellstrom wrote: > (CC'ing the proper people since I'm still on parental leave). > > On 08/13/2013 11:44 PM, David Herrmann wrote: > > Please see inline comments. > > >> Hi >> >> On Tue, Aug 13, 2013 at 9:38 PM, David Herrmann >> wrote: >>> >>> Correctl

[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-14 Thread Thomas Hellstrom
(CC'ing the proper people since I'm still on parental leave). On 08/13/2013 11:44 PM, David Herrmann wrote: Please see inline comments. > Hi > > On Tue, Aug 13, 2013 at 9:38 PM, David Herrmann > wrote: >> Correctly allow and revoke buffer access on each open/close via the new >> VMA offset man

Re: [PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-14 Thread Thomas Hellstrom
(CC'ing the proper people since I'm still on parental leave). On 08/13/2013 11:44 PM, David Herrmann wrote: Please see inline comments. Hi On Tue, Aug 13, 2013 at 9:38 PM, David Herrmann wrote: Correctly allow and revoke buffer access on each open/close via the new VMA offset manager. I h

[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-13 Thread David Herrmann
Hi On Tue, Aug 13, 2013 at 9:38 PM, David Herrmann wrote: > Correctly allow and revoke buffer access on each open/close via the new > VMA offset manager. We also need to make vmw_user_dmabuf_reference() > correctly increase the vma-allow counter, but it is unused so remove it > instead. > > Cc:

[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-13 Thread David Herrmann
Correctly allow and revoke buffer access on each open/close via the new VMA offset manager. We also need to make vmw_user_dmabuf_reference() correctly increase the vma-allow counter, but it is unused so remove it instead. Cc: Thomas Hellstrom Signed-off-by: David Herrmann --- drivers/gpu/drm/vm

Re: [PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-13 Thread David Herrmann
Hi On Tue, Aug 13, 2013 at 9:38 PM, David Herrmann wrote: > Correctly allow and revoke buffer access on each open/close via the new > VMA offset manager. We also need to make vmw_user_dmabuf_reference() > correctly increase the vma-allow counter, but it is unused so remove it > instead. > > Cc: T

[PATCH 08/16] drm/vmwgfx: implement mmap access managament

2013-08-13 Thread David Herrmann
Correctly allow and revoke buffer access on each open/close via the new VMA offset manager. We also need to make vmw_user_dmabuf_reference() correctly increase the vma-allow counter, but it is unused so remove it instead. Cc: Thomas Hellstrom Signed-off-by: David Herrmann --- drivers/gpu/drm/vm