[PATCH 4/7] dma-buf: use reservation objects

2014-01-15 Thread Mauro Carvalho Chehab
Em Mon, 13 Jan 2014 13:32:16 +0100 Maarten Lankhorst escreveu: > This allows reservation objects to be used in dma-buf. it's required > for implementing polling support on the fences that belong to a dma-buf. > > Signed-off-by: Maarten Lankhorst > --- > drivers/base/dma-buf.c

[PATCH 4/7] dma-buf: use reservation objects

2014-01-13 Thread Maarten Lankhorst
This allows reservation objects to be used in dma-buf. it's required for implementing polling support on the fences that belong to a dma-buf. Signed-off-by: Maarten Lankhorst --- drivers/base/dma-buf.c | 22 -- drivers/gpu/drm/drm_prime.c