Displaying 7 results from an estimated 7 matches for "_working".
Did you mean:
working
2015 Jan 26
1
how to allow users to modify
Hi All
I am trying to modify some of attributes value with python script but i
think SAMBA not allow a normal users can change their own values.
Here is the error
*ldap.INSUFFICIENT_ACCESS: {'info': '00002098: Object
cn=testing,cn=Users,dc=samba4pdc,dc=net has no write property access\n',
'desc': 'Insufficient access'}*
How i can change the behavior of this
2014 Oct 01
3
[RFC] Explicit synchronization for Nouveau
...idency). The working sets are
initially marked as dirty.
- User space tells which working sets are referenced by each work submission.
Kernel locks these working sets, pins all buffers in dirty working sets, and
resets the dirty bits. After kicking off work, kernel stores the fence to
the _working sets_, and then releases the locks (if an implicit default
working set is used, then this would be roughly equivalent to storing a fence
to channel vm that tells "this is the last hw operation that might have
touched buffers in this address space").
- If swapping doesn't happen,...
2014 Oct 02
2
[RFC] Explicit synchronization for Nouveau
...ly marked as dirty.
> > - User space tells which working sets are referenced by each work submission.
> > Kernel locks these working sets, pins all buffers in dirty working sets, and
> > resets the dirty bits. After kicking off work, kernel stores the fence to
> > the _working sets_, and then releases the locks (if an implicit default
> > working set is used, then this would be roughly equivalent to storing a fence
> > to channel vm that tells "this is the last hw operation that might have
> > touched buffers in this address space").
>...
2014 Oct 01
0
[RFC] Explicit synchronization for Nouveau
...s are
> initially marked as dirty.
> - User space tells which working sets are referenced by each work submission.
> Kernel locks these working sets, pins all buffers in dirty working sets, and
> resets the dirty bits. After kicking off work, kernel stores the fence to
> the _working sets_, and then releases the locks (if an implicit default
> working set is used, then this would be roughly equivalent to storing a fence
> to channel vm that tells "this is the last hw operation that might have
> touched buffers in this address space").
> - If swapping...
2014 Oct 02
0
[RFC] Explicit synchronization for Nouveau
...> > > - User space tells which working sets are referenced by each work submission.
> > > Kernel locks these working sets, pins all buffers in dirty working sets, and
> > > resets the dirty bits. After kicking off work, kernel stores the fence to
> > > the _working sets_, and then releases the locks (if an implicit default
> > > working set is used, then this would be roughly equivalent to storing a fence
> > > to channel vm that tells "this is the last hw operation that might have
> > > touched buffers in this address sp...
2014 Oct 03
2
[RFC] Explicit synchronization for Nouveau
...lls which working sets are referenced by each work
> submission.
> > > > Kernel locks these working sets, pins all buffers in dirty working
> sets, and
> > > > resets the dirty bits. After kicking off work, kernel stores the
> fence to
> > > > the _working sets_, and then releases the locks (if an implicit
> default
> > > > working set is used, then this would be roughly equivalent to
> storing a fence
> > > > to channel vm that tells "this is the last hw operation that might
> have
> > > > touc...
2014 Sep 26
14
[RFC] Explicit synchronization for Nouveau
Hi guys,
I'd like to start a new thread about explicit fence synchronization. This time
with a Nouveau twist. :-)
First, let me define what I understand by implicit/explicit sync:
Implicit synchronization
* Fences are attached to buffers
* Kernel manages fences automatically based on buffer read/write access
Explicit synchronization
* Fences are passed around independently
* Kernel takes