commit | 809e9447b92ffe1346b2d6ec390e212d5307f61c | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Wed Apr 09 16:19:30 2014 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | Tue Sep 02 17:28:48 2014 +0200 |
tree | 11d04d4ef34cd681cf63efa11a90992c7865eb27 | |
parent | 9242829a87e970773628f30522d2278dd91890ec [diff] |
drm/nouveau: use shared fences for readable objects nouveau keeps track in userspace whether a buffer is being written to or being read, but it doesn't use that information. Change this to allow multiple readers on the same bo. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Acked-by: Ben Skeggs <bskeggs@redhat.com>