drm/radeon: giving userspace control over hardware engine sync

2014-08-15 Thread Christian König
Am 14.08.2014 um 20:35 schrieb Jerome Glisse: > On Thu, Aug 14, 2014 at 06:12:01PM +0200, Christian K?nig wrote: >> Hello everyone, >> >> this set of patch adds the ability for userspace to better control when >> synchronization between the different hardware engines on radeon happens. >>

drm/radeon: giving userspace control over hardware engine sync

2014-08-14 Thread Christian König
Hello everyone, this set of patch adds the ability for userspace to better control when synchronization between the different hardware engines on radeon happens. Previously every access to a buffer object was serialized and concurrent execution could only happen if command submissions didn't

drm/radeon: giving userspace control over hardware engine sync

2014-08-14 Thread Jerome Glisse
On Thu, Aug 14, 2014 at 06:12:01PM +0200, Christian K?nig wrote: > Hello everyone, > > this set of patch adds the ability for userspace to better control when > synchronization between the different hardware engines on radeon happens. > Previously every access to a buffer object was serialized