[RFC PATCH 6/7] drm/nouveau: Support marking buffers for explicit sync

2014-09-27 Thread Maarten Lankhorst
Hey, On 26-09-14 12:00, Lauri Peltonen wrote: > Do not attach fences automatically to buffers that are marked for > explicit synchronization. > > Signed-off-by: Lauri Peltonen > --- > drm/nouveau_bo.c | 8 > drm/nouveau_bo.h | 4 ++-- > drm/nouveau_drm.c

[RFC PATCH 6/7] drm/nouveau: Support marking buffers for explicit sync

2014-09-26 Thread Lauri Peltonen
Do not attach fences automatically to buffers that are marked for explicit synchronization. Signed-off-by: Lauri Peltonen --- drm/nouveau_bo.c | 8 drm/nouveau_bo.h | 4 ++-- drm/nouveau_drm.c | 1 + drm/nouveau_gem.c | 47 +++